The queue.clear() method clears the queue of notify actions.
This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.
DayPilot.Scheduler.queue.clear();This method has no parameters.
Use this method to discard queued notify actions instead of submitting them to the server.
const dp = new DayPilot.Scheduler("dp", {
// ...
});
dp.init();
dp.queue.clear();DayPilot.Scheduler.queue.notify