It seems if I hold control for the multi range, this allows me to select a range within another range. I need to be able to do multi range but disallow conflicts. What is the best way prevent collision in the multi-range select?
The Scheduler respects the value of allowEventOverlap - if you set it to false, the overlaps will be forbidden.
false
Is this the only way? I had to disable the allowEventOverlap setting because it was causing false conflicts when I drag/dropped events(this was happening because I am updating the position of the start/end date on the moving event to snap to a certain time).