Example of Recurring Events in Blazor Scheduler Component

Scheduler / Appointments / Recurring Events

This demo showcases the Scheduler with recurring meetings handled by a top-level manager on a regular pattern.

In this demo, the recurrence events are defined with different repeat patterns. It can be defined through RecurrenceRule field. The recurring events are differentiated from other events by a repeat marker added to the right-bottom of it. These events can repeat on daily, weekly, monthly or yearly basis.

Here, the daily patterned events are depicted in blue color, weekly events are differentiated with green color, monthly events are depicted in orange color and the yearly event is depicted in the all-day section with another green shade for reference.

Scheduler requires only the StartTime and EndTime fields as mandatory to be mapped from the DataSource. The Scheduler events can be categorized into 3 types based on its time range and all-day type.

Event Description
Normal events The events that has its start and end time duration on the same date.
Spanned events The events on which its start and end time spans over multiple days and usually displays together with all-day events.
All-day events The events that are defined as all-day in its event object by setting IsAllDay to true.

Also, you can edit or delete the future events of a recurrence series using the AllowEditFollowingEvents property. This can be achieved by choosing Following Events in edit and delete alert popups.

Transform your Blazor web apps today with Syncfusion® Blazor components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE