DayPilot.Scheduler.queue.clear

The queue.clear() method clears the queue of notify actions.

This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.

Declaration

DayPilot.Scheduler.queue.clear();

Parameters

This method has no parameters.

Notes

Use this method to discard queued notify actions instead of submitting them to the server.

Example

const dp = new DayPilot.Scheduler("dp", {
  // ...
});
dp.init();

dp.queue.clear();

See Also

DayPilot.Scheduler.queue.notify

DayPilot.Scheduler.queue.list

DayPilot Scheduler Notify Event Model

DayPilot.Scheduler Class