Skip to main content

Appointment Properties
Show Inherited Hide Inherited

An appointment in the scheduler control.
Name Description
AllDay Gets or sets a value indicating if the current appointment is an All-day appointment.
CustomFields Gets the collection of custom fields bound to the persistent object. Inherited from PersistentObject.
Description Gets or sets the text for the appointment's description.
Duration Gets or sets the duration of the appointment.
End Gets or sets the end date and time of the appointment.
HasExceptions Gets whether changed or deleted occurrences have been created for the current pattern appointment.
HasReminder Gets or sets a value that indicates whether one or more reminders are associated with the appointment.
Id Gets an appointment identifier.
IsBase Gets a value indicating if the appointment is a base (of the Normal or Pattern type).
IsException Gets a value indicating if the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).
IsOccurrence Gets a value indicating if the appointment is an occurrence (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).
IsRecurring Gets a value indicating if the appointment is recurring.
IsUpdateLocked Gets whether the persistent object is locked while it is being updated. Inherited from PersistentObject.
LabelId Gets or sets the index of the label object associated with the appointment.
Location Gets or sets the text that specifies where the appointment is going to be.
LongerThanADay Gets a value that indicates whether the appointment's duration is equal to or greater than one day.
PercentComplete
RecurrenceIndex Gets a value that indicates the index of the appointment occurrence within the series of the appointment's reoccurrences.
RecurrenceInfo Gets an object that contains information about the recurrences of the appointment.
RecurrencePattern Gets the pattern appointment object which is the parent of the current appointment.
Reminder Gets the reminder which is associated with the appointment.
Reminders Gets a collection of reminders which are associated with the appointment.
ResourceId Gets or sets the unique identifier of the resource associated with the current appointment, or the ID of the first resource if resource sharing is enabled.
ResourceIds Gets the identifiers of all resources which are associated with the current appointment.
RowHandle protected Gets or sets a value that identifies the data row bound to the persistent object. Inherited from PersistentObject.
SameDay Gets a value that indicates whether the appointment's start and end times are on the same day.
Start Gets or sets the start date and time of the appointment.
StatusId Gets or sets the index of the availability status object associated with the appointment.
Subject Gets or sets the appointment's subject text.
Type Gets the type of the appointment.
See Also