The C1Appointment type exposes the following members.

Properties

  Name Description
Public property Body
Gets or sets the appointment body.
Public property Categories
Gets or sets the list of appointment's categories.
Public property Contacts
Gets or sets the list of appointment's contacts.
Public property Duration
Gets or sets the appointment's duration.
Public property EndDate
Gets or sets the appointment's end date.
Public property Id
Gets or sets the appointment id.
Public property IsAllDayEvent
Gets or sets a value indicating whether this instance is an All Day appointment.
Public property IsPrivate
Gets or sets a value indicating whether this appointment is private.
Public property Label
Gets or sets the appointment label.
Public property Location
Gets or sets the appointment location.
Public property ObjectState
Gets or sets the state of the object.
Public property OwnerSchedule
Gets or sets the C1Schedule control that owns the appointment.
Public property ParentRecurrence
Gets the C1Appointment object that defines the recurrence criteria for this C1Appointment object. If this appointment is a not member of a recurrence, or is itself a root appointment, null is returned.
Public property RecurrenceState
Recurrence state for this appointment instance.
Public property RecurrencPattern
Get C1RecurrencePattern for this C1Appointment.

Remarks

If RecurrenceState equals to Occurrence. Then the parent C1Appointment. C1RecurrencePattern is returned.
Public property Reminder
Reminder of C1Appointment object.
Public property ReminderSet
Gets or sets the Boolean value indicating whether a reminder is associated with the appointment.
Public property ReminderTimeBeforeStart
Alert time (minutes) before events.
Public property Resources
Gets or sets the list of appointment's resources.
Public property StartDate
Gets or sets the appointment start date.
Public property Statuses
Gets or sets the list of appointment's statuses.
Public property Subject
Gets or sets the appointment subject.

See Also