Answer posted by Dan Letecky [DayPilot]
6 years ago.

When the users selects a time range the Scheduler fires the onTimeRangeSelected event:

    onTimeRangeSelected: args => {
      this.create.show(args);
    }

You can modify the event handler to use your own modal dialog.

The information about the selection is stored in the "args" object:
https://api.daypilot.org/daypilot-scheduler-ontimerangeselected/

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.