The events.list property is an array that holds event data. You can use it to load Queue items.
The structure of the array items must follow the DayPilot.Event.data structure, with the following exception:
The events will be displayed after calling init() or update().
[]
dp.events.list = [ { id: 1, text: "Meeting", duration: Duration.ofHours(2) } ];