DayPilot.Calendar.timeRangeClickHandling

The timeRangeClickHandling property (string) sets the default action for time range double click.

Available since 2023.2.5592.

Possible Values

  • "Disabled"

  • "Enabled"

Default Value

"Enabled"

Example

const calendar = new DayPilot.Calendar("dp", {
  timeRangeClickHandling: "Enabled",
  // ...
});
calendar.init();