Blazor Scheduler Example - RRule Generator
FREQ=DAILY;INTERVAL=2;COUNT=8;
| Day(s) |
This demo showcases recurrence rule generation based on options selected from the Recurrence editor. The generated rule usually follows the iCalendar specifications, resulting in a valid rule string to be used with the Schedule event's recurrence rule field.
In this demo, a specific rule is set to the recurrence editor initially within the Value property and is displayed on the label at the top. When users dynamically change the options in the recurrence editor, the modified rule value according to the selection is displayed, retrieved within the OnChange event.