Search code examples
javascriptfullcalendarfullcalendar-6fullcalendar-premium

FullCalendar v6.1.8 in resource mode shows allDay events on each resource


I have purchased the premium package for FullCalendar and am currently running on v6.1.8.

I have setup the resource mode which is the main reason why I bought a license for FullCalendar.

I have ran into a limitation where allDay events are displayed on each resource column.

Here is the result I currently have:

enter image description here

Have here is the json of the allDay event called Training:

[
    {
        "id": 145,
        "resourceIds": [
            1,
            2,
            11
        ],
        "start": "2024-11-27 00:00:00",
        "end": "2024-11-30 00:00:00",
        "title": "Training",
        "editable": true,
        "clickable": true,
        "allDay": true,
        "backgroundColor": "#616161",
    }
]

I would like to have allDay events span across the whole resources for a particular day, i.e. visually have only one box for allDay events that span multiple days.

Am I missing something? Or is this not a thing in FullCalendar?


Solution

  • Fullcalendar does not have this capability at the time of writing. You would need to submit a feature request to the project and see if someone will build it.