Skip to main content
A newer version of this page is available. .

AppointmentItem Properties

An appointment in the Scheduler.
Name Description
AllDay Gets or sets whether the current appointment lasts the entire day (or several days).
CustomFields Inherited from SourceObjectContainer.
Description Gets or sets the text for the appointment’s description.
Duration Gets or sets the appointment’s duration.
End Gets or sets the appointment’s end date and time.
HasExceptions Obsolete. Gets whether the current pattern appointment has changed or deleted occurrences in the recurring series.
HasReminder
Id Gets the object’s identifier. Inherited from SourceObjectContainer.
Interval
IsBase Gets whether the appointment is a base (of the Normal or Pattern type).
IsDisposed Gets whether the current object has been disposed of.
IsException Gets whether the appointment is an exception (of the ChangedOccurrence or DeletedOccurrence type).
IsOccurrence Gets whether the appointment is an occurrence in a recurring series (of the Occurrence, ChangedOccurrence or DeletedOccurrence type).
IsRecurring Gets whether the appointment belongs to a recurring series.
LabelId Gets or sets the identifier of the label object associated with the appointment.
Location Gets or sets the text that specifies the place where the appointment is scheduled.
LongerThanADay Gets whether the appointment’s length is equal to or greater than one day.
QueryEnd Gets the normalized appointment end value which is recommended for use in interval-based appointment data source queries.
QueryStart Gets the normalized appointment start value which is recommended for use in interval-based appointment data source queries.
RecurrenceIndex Gets the appointment index in the recurring series.
RecurrenceInfo Gets information that specifies an appointment’s recurrence rule.
RecurrenceInfoId
RecurrencePattern Obsolete. Gets the pattern appointment for the current appointment.
Reminder Gets a reminder associated with the current appointment (the collection’s first reminder, if there are several reminders).
Reminders
ResourceId Gets or sets the identifier of the associated resource, or the first resource identifier if an appointment has several assigned resources.
ResourceIds
SameDay Gets whether the appointment’s start and end times are on the same day.
SourceObject Provides access to the data object bound to the current persistent instance. Inherited from SourceObjectContainer.
Start Gets or sets the start date and time of the appointment.
StatusId Gets or sets the unique identifier of the status object associated with the appointment.
Subject Gets or sets the appointment’s subject text.
TimeZoneId Gets or sets the appointment time zone.
Type Gets or sets the type of an appointment.
See Also