scheduler all day event - always visibile

Hi

How do I make the all day event section always visible irrespective of events? The section appears only when I create a all day event. I want this section to be visible all the time. Is there any way I can do that.

I tried overriding the css for “dhx_multi_day” class, but it didn’t work.

Please help!

Hello,

You need to redefine source code a little bit.
Just remove this condition to achieve the required behaviour: github.com/DHTMLX/scheduler/blo … r.js#L4030

Demo:
docs.dhtmlx.com/scheduler/snippet/bc1d5c2d

This doesn’t work either. I deleted the all day even on the demo page but once I deleted them the section goes away

:frowning:

Please add also the condition

if(h[0] == -1) h[0] = 0;

line 64 in the snippet
docs.dhtmlx.com/scheduler/snippet/bc0924d4