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