The C1WebScheduleEditOptions type exposes the following members.

Fields

  Name Description
Public field Static member All
Allows all edit operations. It is the default value.
Public field Static member AllowAppointmentCreate
Allows creating of new appointments by an end-user.
Public field Static member AllowAppointmentDelete
Allows deleting of an appointment by an end-user.
Public field Static member AllowAppointmentEdit
Allows editing of an appointment by an end-user.
Public field Static member AllowDrag
Allows dragging operations for an appointment.
Public field Static member AllowResize
Allows resizing operations for an appointment.
Public field Static member None
None of edit options are available to the end-user.

See Also