Limit Multi-Day Events

Hello,

Is it possible to limit the size of the multi/all-day event area in day/week views?

I am using the scheduler to display a large number of events (anywhere from 30 to 90 in a day view and 350+ in week view) and quite often I will find that there are a significant number of multi/all-day events.

This will cause the area for these events to grow without limit up to and including obscuring the entire view and can even get so bad that it flows off the bottom of the screen without a scroll bar.

The desired behaviour would be the ability to limit the maximum height of this at which point a scroll bar would appear (this is the behaviour observed in the Outlook calendar).

Have I missed a .xy option in the API or is there another method of doing this?

Thanks,

Alec

Hello,

Please use multi_day_height_limit config to solve this issue.
https://docs.dhtmlx.com/scheduler/api__scheduler_multi_day_height_limit_config.html

1 Like

That’s exactly what I was looking for, thank you!