Blazor Scheduler Example - Holiday Calendar
This demo illustrates how to add and remove holiday events and perform CRUD operations on holiday dates in the Scheduler.
This sample demonstrates how to perform CRUD operations on holiday dates in a calendar. If a user wants to schedule an appointment on a holiday, they should check the Scheduling event on holiday checkbox. This enables them to add an appointment on a holiday date. If a holiday list is displayed in the calendar, the Holiday events checkbox is checked. The holiday list is highlighted in a different color.
- When an action is performed to drag and resize an event, if the
Scheduling event on holidaycheckbox is checked, the appointment can be scheduled on holiday dates. If unchecked, the appointment cannot have CRUD actions performed on it, and a warning message is displayed. - If a recurring event is added on a holiday date and the
Scheduling event on holidaycheckbox is checked, it allows the event to occur on those dates. If the checkbox is unchecked, it prevents the event from occurring based on the dates in the holiday collection.