DayPilot.Calendar.notifyCommit

The notifyCommit property (string) sets the notify commit mode (ASP.NET WebForms, ASP.NET MVC, Java).

Possible Values

  • "Immediate" - submits the notification immediately
  • "Queue" - saves the notification to the queue

Queued notifications have to be sent manually using queue.notify().

See Also

Default Value

"Immediate"

Example

dp.notifyCommit = "Queue";