Hi, is it possible to disable the range selection in the calendar? I'm currently making a doctor appointment system where every meeting is taken 10 minutes. Every cell is 10 min and I want the user, not to be able to select multiple cells.
In DayPilot Pro for JavaScript, you can do this using onTimeRangeSelecting event handler: https://api.daypilot.org/daypilot-calendar-ontimerangeselecting/
Unfortunately, it's not available in the Lite version.