[]
        
(Showing Draft Content)

C1.Schedule.RecurrenceStateEnum

RecurrenceStateEnum Enum

Determines the type of the Appointment object.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public enum RecurrenceStateEnum

Fields

Name Description
Exception

Represents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series.

Master

Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.Recurrence property.

NotRecurring

Represents a standard (non-recurring) appointment.

Occurrence

Represents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property.

Removed

Represents a recurring appointment, which was deleted and now doesn't satisfy the pattern of the recurring series.