TTMSFNCCloudGoogleCalendar.GetItemByID Method
Sends a request to retrieve a single event by its identifier.
API unit family: TMSFNCCloudGoogleCalendar
Declaring type: TTMSFNCCloudGoogleCalendar
Inherited from: TTMSFNCCustomCloudGoogleCalendar
Syntax
procedure GetItemByID(ACalendarID, AItemID: string);
Remarks
The request runs asynchronously; the result is reported through OnGetCalendarItemByID.
Parameters
| Name | Description |
|---|---|
ACalendarID |
Identifier of the calendar that contains the event. |
AItemID |
Identifier of the event to retrieve. |