The events.all() method returns all events that are currently loaded in the Scheduler.
Declaration
DayPilot.Scheduler.events.all()Parameters
This method has no parameters.
Return Value
Returns an array of DayPilot.Event objects.
Example
const events = dp.events.all();See Also
DayPilot.Scheduler.events.find()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot