Example of Conflict Free Event in ASP.NET MVC Scheduler Control
This demo explains how to restrict overlapping appointments within the same time range.
DEMO
SOURCE
In this example, the Scheduler's allowOverlap API is used to restrict overlapping events, preventing one events
from being scheduled within the time range of another event. By default, the allowOverlap value is set to true.
When allowOverlap is set to false, unable to add or edit events dynamically within the time range of other events,
and cannot drag or resize events to overlap with other event time ranges.