TTMSFNCCloudGoogleCal Class
Represents a single calendar in the connected account, holding its identity, description, time zone, colors and default reminders.
API unit family: TMSFNCCloudGoogleCalendar
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudGoogleCal = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| BackgroundColor | Background color of the calendar. |
| Color | Predefined color of the calendar. |
| DefaultReminders | Default reminders applied to new events created in this calendar. |
| Description | Description of the calendar. |
| ForeGroundColor | Foreground color of the calendar. |
| ID | Identifier of the calendar in the connected account. |
| Location | Geographic location associated with the calendar. |
| Primary | Indicates whether this is the account's primary calendar. |
| Summary | Title of the calendar. |
| TimeZone | Time zone of the calendar. |
Methods
| Name | Description |
|---|---|
| GetOwner | Returns the persistent object that owns this calendar. |