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