Blazor Scheduler Example - Overlap Events
This example shows how to restrict overlapping appointments within the same time range.
In this example, the Scheduler's AllowOverlap API is used to restrict overlapping events, preventing one event 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, you cannot 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.