The notifyCommit property (string) sets how notify actions are committed in the JavaScript Scheduler.
This only applies to ASP.NET WebForms, ASP.NET MVC and Java versions.
Declaration
DayPilot.Scheduler.notifyCommitPossible Values
"Immediate"submits the notification immediately."Queue"saves the notification to the queue.
Notes
Queued notifications have to be sent manually using DayPilot.Scheduler.queue.notify().
See Also
DayPilot.Scheduler.queue.notify
DayPilot