Task display in Calendar: not displaying from start to end dates

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Iphahla
    Junior Member
    • Jun 2024
    • 7

    #1

    Task display in Calendar: not displaying from start to end dates

    Hi,

    I was previously able to display my tasks on the Calendar, to extended from start to finish date. Since the last upgrade (9.2.4) I am unable to do this.

    Not sure if its a bug. I have tried both the solutions in the below thread. Still not working. Any suggestions?

    Edit: Note that this happens with the Task module, as well as the custom event modules I've created.

    Hello, So i have a problem with tasks, When i make a task and it start date and end date it should on calendar mark all days of the calendar from start task to the end of date. Any one knows how to fix it?
    Last edited by Iphahla; 11-05-2025, 12:45 PM.
  • victor
    Active Community Member
    • Aug 2022
    • 1044

    #2
    1. You need to add in custom/Espo/Custom/Resources/metadata/scopes/Task.json:
    HTML Code:
    "calendarOneDay": false
    Click image for larger version

Name:	image.png
Views:	0
Size:	35.8 KB
ID:	122734

    2. Make Rebuild.​
    3. When creating a Task for multiple days, it must contain dateStart and dateEnd:

    Click image for larger version

Name:	image.png
Views:	0
Size:	73.3 KB
ID:	122735​Personally tested - works on EspoCRM v9.2.4.

    Comment

    Working...