Table of Contents

TTMSFNCCloudGoogleCalendarItems.GetItemByID Method

Returns the event with the given identifier.

API unit family: TMSFNCCloudGoogleCalendar Declaring type: TTMSFNCCloudGoogleCalendarItems

Syntax

function GetItemByID(const ID: string): TTMSFNCCloudGoogleCalendarItem;

Parameters

Name Description
ID Identifier of the event to retrieve.

Returns

The matching event, or nil when not found.