The all() method returns all events for the column represented by the DayPilot.Column object.
DayPilot.Column.events.all()Returns an array of DayPilot.Event objects.
const dp = new DayPilot.Calendar("dp", {
// ...
});
dp.init();
const events = dp.columns.find(DayPilot.Date.today()).events.all();DayPilot.Column.events.forRange()
DayPilot.Column.events.isEmpty()