Multi-day events are not displayed in the Month view

Hello!

Scheduler: v.5.3.13

First I would say that in general it works great. But we have a problem.

The problem is that multi-day events are not shown at all if the multi-day event is hidden on the first day of the range.

So I have max number of events for one day = 3 (others can be seen via ‘more’ link for each day).
If I have the fourth event which is a multi-day event, then it is not displayed at all.
This is only an issue when a multi-day event is 4th (5th, etc.) event. In this case it gets hidden from the start day and other days as well.

Expected behavior is that this multi-day event is shown for other days where it is spreaded. Maybe except the days where it is outside of the visible 3 events per day.

I would be glad to attach screenshots, but it is not posible during the post creation

Is it a bug?

Thanks!

Hello @yurart,

Could you please reproduce the issue in the following snippet(as the description isn’t fully clear for me):
https://snippet.dhtmlx.com/awi38cp5

(open the demo => reproduce the issue => click the “Save” button => send me the new link)?

Kind regards,

Here is the link
https://snippet.dhtmlx.com/o6v6rxnh

Event ‘Ann’ is expected to be visible on all days of its range (from 2024-06-25 15:00 to 2024-06-30 16:00).
But it is not visible

So do you think it’s a bug or misconfiguration?

Hello @yurart,

Thank you for the provided demo, the “issue” occurs because the ann event displaying is blocked by the max_month_events config - as more than 5 events will be hidden.

Without this config, it will be displayed as expected:
https://snippet.dhtmlx.com/22pcsv3n

Or if ann event will start earlier than before other events, so it will be displayed:
https://snippet.dhtmlx.com/bfycaf01

Kind regards,

Thanks. This may work for us. And we’ll use this way to overcome the issue.

But still it’s weird that a multi-day event is not shown on other days. I would at least expect it to be displayed on all days of the range either as a normal event or as a More +1 event or something if there is no place to fit it. But it should definitely be shown through the whole range.

Hello @yurart,

Yes, the current behavior may be a little bit confusing. I sent a request to the dev team, and they will consider changing it in future versions, unfortunately there is no ETA.