Example of Blocking Dates and Time in ASP.NET Core Scheduler Control
This example shows how to block specific time intervals or days on the Scheduler.
DEMO
SOURCE
In this example, few blocked events are defined to block the specific time range with the text “Unavailable”.
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 eventSettings
and assigned
altogether with the events dataSource
.