Hi,
we have a day view scheduler with ressources (persons) and i can create multiple allDay Events.
But it shows only one event in the allday area. Anyone an idea?
And, has anyone auto resized the allday area when there are multiple events in this area?
Thx for your help
Markus
Ok, i have found the “problem” why only one event was shown!
I had the same css for allday and normal events .
When i use the css, used in the samples, then there are shown more than 1 events in this area.
But i didnt find out, how this area could grow dynamical, when i have more than 2 events.
Hi @Markus_Schlimgen
Glad to hear you managed to solve the problem.
As for the all day events area, use the following css:
.mbsc-windows.mbsc-schedule-all-day-wrapper {
max-height: 11em; // set value here
}
Let me know if this helps.