Multi Day Tasks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rawiri
    Member
    • Sep 2021
    • 34

    Multi Day Tasks

    Hi;

    I would like to request that tasks can span multiple days in the default calendar view.

    For example, I have a task - X with a start of Monday, 11am and a finish of Wednesday 4pm. I would like X to display as a "green block" in the calendar weekly & monthly views across those 3 days.

    Regards
    David.
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #2
    Hey rawiri

    Not included by default in espocrm but if you want to achieve such behavior it is easy, all you need to do is to create a file Calendar.json under custom\Espo\Custom\Resources\metadata\clientDefs\C alendar.json and paste in the code below:

    PHP Code:
    {
        "allDayScopeList": []
    }

    Once you are done clear the cache and rebuild the system, refresh the page and it should work. you will be able to see calendar across days based on start date and end date.

    Hope this hleps

    Cheers
    Rabii
    Web Dev

    Comment

    • rawiri
      Member
      • Sep 2021
      • 34

      #3
      Closed - Thanks rabii it works great.

      Comment

      Working...