TTMSFNCCloudMicrosoftOutlookCalendarItem Class
Represents a single calendar event, exposing its scheduling, description, classification, reminder and attendee information.
API unit family: TMSFNCCloudMicrosoftOutlookCalendar
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudMicrosoftOutlookCalendarItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Attendees | Attendees invited to the event. |
| CalendarID | Identifier of the calendar that contains the event. |
| Created | Date and time at which the event was created. |
| Description | Body of the event, which may contain HTML markup. |
| ETag | Read-only entity tag used to detect changes to the event between requests. |
| EndTime | Date and time at which the event ends. |
| EndTimeZone | Time zone in which EndTime is expressed. |
| ID | Unique identifier of the event, assigned by the service. |
| IsAllDay | When True, the event spans entire days and ignores the time portion of the start and end values. |
| IsRecurrent | Read-only flag that is True when the event is part of a recurring series. |
| Location | Display name of the event location. |
| MasterID | Read-only identifier of the master event of the recurring series this event belongs to. |
| ReminderEnabled | When True, a reminder is enabled for the event. |
| ReminderMinutesBefore | Number of minutes before the start time at which the reminder fires. |
| Sensitivity | Sensitivity (privacy) classification of the event. |
| ShowAs | Availability status shown to others for the duration of the event. |
| StartTime | Date and time at which the event starts. |
| StartTimeZone | Time zone in which StartTime is expressed. |
| StrippedDescription | Read-only plain-text version of Description with HTML markup removed. |
| Summary | Subject or title of the event. |
| Updated | Date and time at which the event was last modified. |
Methods
| Name | Description |
|---|---|
| FromJSON | Populates all event fields, including attendees, from a JSON value returned by the service. |
| GetOwner | Returns the collection that owns this event. |