Working hours display in Calendar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Obermumpf
    Member
    • Apr 2020
    • 35

    #1

    Working hours display in Calendar

    Well, is there a setting for this? See images for details.

    I don't work 24 hours per day. I work from 8:30 to 17:30 from monday to friday.

    The time range I see in the Espo Calendar does not 'zoom' into my working hours but instead displays the whole day which is a problem when I have many short entries.

    If there is a setting to change this, I did not find it.

    Is there something I can do about it?​
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9286

    #2


    Create custom/Espo/Custom/Resources/metadata/clientDefs/Calendar.json

    Code:
    {
        "slotDuration": 15
    }
    Then clear cache.

    It's not an official parameter, hence it may change in the future. I think we will add a separate config parameter.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Obermumpf
      Member
      • Apr 2020
      • 35

      #3
      Thanks. As I am a non-programmer I look forward for that in a future version.

      Comment

      Working...