TTMSFNCCloudGoogleCalendar.Add Method
Sends a request to create the given event in its calendar.
API unit family: TMSFNCCloudGoogleCalendar
Declaring type: TTMSFNCCloudGoogleCalendar
Inherited from: TTMSFNCCustomCloudGoogleCalendar
Syntax
procedure Add(AItem: TTMSFNCCloudGoogleCalendarItem);
Remarks
The request runs asynchronously; the result is reported through OnAddCalendarItem.
Parameters
| Name | Description |
|---|---|
AItem |
Event to create; its CalendarID selects the target calendar. |