• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Rule Generator in ASP.NET Core Scheduler Control

This demo showcases the recurrence rule generation based on the options selected from the Recurrence editor and it usually follows the iCalendar specifications. This generated recurrence rule string is a valid one to be used with the Schedule event's recurrence rule field.

DEMO
SOURCE
FREQ=DAILY;INTERVAL=1;

In this demo, a specific rule has been set to the recurrence editor manually by making use of 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.