The onTimeRangeDoubleClick event is fired when you double-click an existing time range selection in the JavaScript Scheduler component. It is fired before the default action specified using timeRangeDoubleClickHandling.
DayPilot.Scheduler.onTimeRangeDoubleClick(args)
args.start
args.end
args.resource
args.preventDefault()
DayPilot.Scheduler.onTimeRangeDoubleClick(start, end, resource)
start (DayPilot.Date) - start of the selected range
end (DayPilot.Date) - end of the selected range
resource (string) - id of the resource