I’m using React with the Schedule view. I’m on version 5.31.2.
When I have an event with a recurrence rule (the event
has the recurring
property), the layout breaks, causing events to overlap with each other.
The screenshot shows what it looks like. When I remove the recurrence rule, the layout is perfect. Note that the gray rectangle is the one with the recurrence rule (though I’m not sure that’s relevant because it isn’t the only one that’s messed up). Its start and end date are the day displayed (it’s the first occurrence) so the event has the proper start and end dates.
I suspect there’s a bug with the layout algorithm where it isn’t treating the recurring event as the full size (or existent) in some places and not others.