The queue.list property (array) holds queued actions to be sent to the server side. It applies only to ASP.NET WebForms, ASP.NET MVC, and Java editions.
Declaration
DayPilot.Calendar.queue.listDefault Value
[]Notes
This property is part of the Calendar notify event model and exposes the current client-side queue of actions waiting to be submitted to the server.
On the server side, the queued actions are available in the notify event handler as
e.Queue, where they can be processed one by one.
See Also
Notify Event Model [doc.daypilot.org]
Notify Event Handler [doc.daypilot.org]
DayPilot