Announcement

Collapse
No announcement yet.

Multi Day Tasks

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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

    Comment


    • #3
      Closed - Thanks rabii it works great.

      Comment

      Working...
      X