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.Calendar.queue.notify();This method has no parameters.
Calling this method invokes the Notify event handler.
const calendar = new DayPilot.Calendar("dp", {
// ...
});
calendar.init();
calendar.queue.notify();