The onTimeRangeClicked event is fired when the user clicks an existing time range selection in the JavaScript Scheduler component, after the default action is performed (see also timeRangeClickHandling and onTimeRangeClick).
Note that clicking an unselected grid cell fires onTimeRangeSelect and onTimeRangeSelected.
DayPilot.Scheduler.onTimeRangeClicked(args);
args.start - selection start (DayPilot.Date)
args.end - selection end (DayPilot.Date)
args.resource - resource ID