Dear Support,
Can you please have a look at this event and see if there is an issue with the missing 'All Day' label in Agenda view?
thanks.
The event you highlight is a zero duration event (known as a "milestone"), yet flagged as allDay : true
, and it looks like this combination confuses the rendering.
The allDay
flag usually takes precedence, so it should just show that in one date cell with the "All day" label to its left.
We'll fix it: https://github.com/bryntum/support/issues/10193