DayPilot.Column.events.all

The DayPilot.Calendar.events.all() method returns all events for the column represented by the DayPilot.Column object.

Declaration

DayPilot.Column.events.all()

Example

const events = dp.columns.find(DayPilot.Date.today()).events.all();