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