The events.forRange() method returns all Scheduler events for the specified date/time range.
DayPilot.Scheduler.events.forRange([start[, end]);
start
- start of the range (DayPilot.Date or ISO string); optional - if null, the value of visibleStart() will be used
end
- end of the range (DayPilot.Date or ISO string); optional - if null or not specified, the value of visibleEnd() will be used
An array of DayPilot.Event objects.