Vue Scheduler - editing
Specifies which editing operations an end-user can perform on appointments.
Editing a recurring appointment series has specificities related to when a user edits a recurring appointment instance.
If a user updates the instance, two actions are performed on the data objects:
The series' data object is updated.
The Scheduler updates the field specified by recurrenceExceptionExpr, thus adding the edited instance to exceptions. The onAppointmentUpdating and onAppointmentUpdated event handlers are executed.A new data object is created.
This object contains the edited instance's data. The onAppointmentAdding and onAppointmentAdded event handlers are executed.
If a user deletes the instance, the Scheduler adds it to exceptions by updating the field that recurrenceExceptionExpr specifies. Because this is an update, the onAppointmentUpdating and onAppointmentUpdated event handlers are executed instead of onAppointmentDeleting and onAppointmentDeleted.
allowAdding
Specifies whether or not an end-user can add appointments.
See Also
allowDeleting
Specifies whether or not an end-user can delete appointments.
See Also
allowDragging
Specifies whether or not an end-user can drag appointments.
allowResizing
Specifies whether or not an end-user can change an appointment duration.
allowUpdating
Specifies whether or not an end-user can change appointment options.
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.