TTMSFNCCloudGoogleCalendar.AddCalendar Method
Sends a request to create the given calendar in the connected account.
API unit family: TMSFNCCloudGoogleCalendar
Declaring type: TTMSFNCCloudGoogleCalendar
Inherited from: TTMSFNCCustomCloudGoogleCalendar
Syntax
procedure AddCalendar(ACalendar: TTMSFNCCloudGoogleCal);
Remarks
The request runs asynchronously; handle OnAddCalendar for the result.
Parameters
| Name | Description |
|---|---|
ACalendar |
Calendar to create. |