Can I disable drag over cells when user select a slot in daypilot calendar? I only want the user to select by clicking but not drag over multiple slots.
Make the following changes to get it to work:
timeRangeSelectedHandling set to Disable
change onTimeRangeSelected to onTimeRangeDoubleClick
this will disable the drag select and only keep let you insert on double click.
Hope this helps