Example of Conflict Free Event in Javascript (ES5) Scheduler Control

/
/
Conflict Free Event

This demo explains how to restrict overlapping appointments within the same time range.

More Details...

Description

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.