The selectTimeRange() method selects a Calendar time range programmatically.
The time range start and end must be in the same calendar column.
Available since version 2022.3.5368.
DayPilot.Calendar.selectTimeRange(start, end, [resource[, dontFireEvent]]);
dp.selectTimeRange("2022-11-01T10:00:00", "2022-11-01T12:00:00");