DayPilot.Scheduler.notifyCommit

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.notifyCommit

Possible 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.Action.auto()

DayPilot.Scheduler.queue.notify

DayPilot Scheduler Notify Event Model

DayPilot.Scheduler Class