The queue.notify() method submits the notification queue to the server.
This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.
DayPilot.Scheduler.queue.notify();This method has no parameters.
Calling this method invokes the Notify event handler.
Use it after batching client-side notify actions that should be sent to the server together.
const dp = new DayPilot.Scheduler("dp", {
notifyCommit: "Queue",
// ...
});
dp.init();
dp.queue.notify();DayPilot.Scheduler.queue.clear()
DayPilot.Scheduler.notifyCommit