AppointmentItem Properties
An appointment in the Scheduler.| Name | Description |
|---|---|
| ActualEnd | |
| ActualStart | |
| ActualTimeZoneId | |
| AllDay | Gets or sets whether the current appointment lasts the entire day (or several days). |
| Calendar | Returns the calendar that displays the appointment. |
| Description | Gets or sets the text for the appointment’s description. |
| End | Gets or sets the appointment’s end date and time. |
| Exceptions | Returns the exceptions for the appointment item. |
| HasReminder | |
| 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. |
| Occurrences | |
| Pattern | |
| PatternId | |
| RecurrenceIndex | Gets the appointment index in the recurring series. |
| RecurrenceRule | Gets or sets information that specifies an appointment’s recurrence rule. |
| Reminder | Gets a reminder associated with the current appointment (the collection’s first reminder, if there are several reminders). |
| Reminders | Gets a collection of all reminders associated with the current appointment |
| ResourceIds | |
| SameDay | Gets whether the appointment’s start and end times are on the same day. |
| SeriesEnd | |
| 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