Table of Contents

TTMSFNCCustomCloudGoogleCalendar Class

Base class that connects to an account and manages calendars and their events, exposing methods to retrieve, add, update and delete calendars and events together with the matching completion events.

API unit family: TMSFNCCloudGoogleCalendar Inherits from: TTMSFNCCustomCloudGoogle

Syntax

TTMSFNCCustomCloudGoogleCalendar = class(TTMSFNCCustomCloudGoogle)

Properties

Name Description
CalendarColors Calendar color definitions retrieved by GetColors.
ItemColors Event color definitions retrieved by GetColors.

Methods

Name Description
Add Sends a request to create the given event in its calendar.
AddCalendar Sends a request to create the given calendar in the connected account.
Delete Sends a request to delete the given event from its calendar.
DeleteCalendar Sends a request to delete the given calendar from the connected account.
GetCalendar Sends a request to retrieve the events of a calendar within a date range.
GetCalendars Sends a request to retrieve the list of calendars in the connected account.
GetColors Sends a request to retrieve the available calendar and event colors.
GetItemByID Sends a request to retrieve a single event by its identifier.
Update Sends a request to update the given event in its calendar.
UpdateCalendar Sends a request to update the given calendar in the connected account.