Example of Rule Generator in ASP.NET MVC Scheduler Control
This demo showcases the recurrence rule generation based on the options selected from the Recurrence editor and it usually follows the iCalendaropens in a new tab specifications. This generated recurrence rule string is a valid one to be used with the Schedule event's recurrence rule field.
In this demo, a specific rule has been set to the recurrence editor manually by using the
setRecurrenceRule
method which will be displayed on the label placed at the top of it. Also, when the user dynamically change the
options in recurrence editor, the modified rule value as per the selection will be displayed on it which is retrieved
within the
Change
event.