Example of Blockout Dates and Hours in Blazor Scheduler Component
This example shows how to block specific time intervals or days on the Scheduler.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In this example, few blocked events are defined to block the specific time range with the text “Not available”.
No events can be created on those blocked time range as well as edited through it. These blocked events can be
defined by setting IsBlock
field to true within the event object and assigned
altogether with the events DataSource
.