TTMSFNCCloudGoogleCalendarItem Class
Represents a single event in a calendar, holding its time range, description, attendees, reminders, recurrence and presentation settings.
API unit family: TMSFNCCloudGoogleCalendar
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleCalendarItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Attendees | Attendees invited to the event. |
| CalendarID | Identifier of the calendar that contains the event. |
| Color | Predefined color of the event. |
| Created | Date and time at which the event was created. |
| Description | Description of the event. |
| ETag | Entity tag of the event, used to detect changes between requests. |
| EndTime | End date and time of the event. |
| ID | Identifier of the event within its calendar. |
| IsAllDay | Indicates whether the event spans whole days rather than a time range. |
| Location | Geographic location of the event. |
| Recurrence | Recurrence rule of the event, in RRULE format. |
| RecurringID | Identifier of the recurring event this event belongs to. |
| Reminders | Custom reminders for the event, used when UseDefaultReminders is False. |
| SendNotifications | Indicates whether attendees are notified when the event changes. |
| Sequence | Sequence number of the event, incremented on each modification. |
| StartTime | Start date and time of the event. |
| Status | Read-only status of the event, as returned by the service. |
| Summary | Title of the event. |
| TimeZone | Time zone in which the event start and end times are expressed. |
| Updated | Date and time at which the event was last updated. |
| UseDefaultReminders | Indicates whether the calendar's default reminders apply to the event. |
| Visibility | Controls who can see the event. |
Methods
| Name | Description |
|---|---|
| GetOwner | Returns the persistent object that owns this event. |