Blazor sfscheduler cross day recurring events
Hello, im working in blazor and having problem with syncfusion ( syncfusion.blazor 29.2.4 ) sfscheduler reccuring events that cross the midnight.
I'm working with multiple entities (people) in same scheduler and event id is of type string and consist of "event guid~entity guid" (because one event can be shared between more people -> event in sfscheduler must be unique).
For example event1 has StartTime = "2025-10-27 20:00:00.000 +0100" , EndTime = "2025-10-28 04:00:00.000 +0100" , RecurrenceRule is FREQ=DAILY;INTERVAL=1;COUNT=3.
When the view is View.Week than it renders fine. However in other views (Month, TimelineMonth, TimelineWeek) it doesn't. Another fact is that if i have some other events for example event2 with StartTime = "2025-10-17 20:00:00.000 +0100" and "EndTime = 2025-11-30 04:00:00.000 +0100" and the event1 is not rendered directly on the cell but only on the +1 more button (you can see that on picture attachment I send as example for "person" Admin ) it works fine.
Also if I change RecurrenceRule to FREQ=DAILY;INTERVAL=2;COUNT=3 rendering event works fine.
What I also tried is to substitute id of event1 to random guid that converts to string and I still got same problem. I think there is problem with rendering event "twice" in same cell but I cannot find any solution on how to fix it.
Best regards,
Ivan Parmač
Attachment: crossdayevent_40736506.jpg
- Enable AutoRowHeight - When the feature
EnableAutoRowHeightis enabled, the row height gets auto-adjusted based on the number of overlapping events occupied on the same time range. - Enable MaxEventsPerRow - You can decide how many appointments can render on a cell based on your Scheduler and work cell height using
MaxEventsPerRowproperty withinScheduleViewwhereas its default value is1.
hi Swathi Ravi,
thanks for quick response, i don't have errors for reccuring events that cross the midnight anymore !!!
Best regards,
Ivan Parmač
Hi Ivan,
Regards,
Sivakumar S
- 3 Replies
- 3 Participants
- Marked answer
-
IP ivan parmac
- Oct 15, 2025 12:40 PM UTC
- Oct 17, 2025 06:00 AM UTC