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.

    https://forum.espocrm.com/forum/gene...ng-of-the-task
    Last edited by Iphahla; 11-05-2025, 12:45 PM.
  • victor
    Active Community Member
    • Aug 2022
    • 1055

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