how can I fill an event to an entire day?

I allow only one event per day so how can I fill an event to an entire day?

Hi,
you can manually set event time from 00:00 till 23:59, so event will occupy the whole column.

Hi,
My events are already 23:59 but I want my events to take whole cell space since I only permit I event per cell/day.

Please see pic for more info.

Thanks


try passing event_dy:“full” to the timeline configuration object
docs.dhtmlx.com/scheduler/api__s … eview.html

You are the man Thanks.