TTMSFNCCustomCloudMicrosoftOutlookCalendar.Delete Method
Starts an asynchronous request that deletes the given event.
API unit family: TMSFNCCloudMicrosoftOutlookCalendar
Declaring type: TTMSFNCCustomCloudMicrosoftOutlookCalendar
Overloads
Overload 1
Starts an asynchronous request that deletes the given event.
procedure Delete(AItem: TTMSFNCCloudMicrosoftOutlookCalendarItem); overload;
Parameters
| Name | Description |
|---|---|
AItem |
Event to delete; its identifier is used for the request. |
Overload 2
Starts an asynchronous request that deletes the event with the given identifier.
procedure Delete(AItemID: string); overload;
Remarks
The request is skipped when the identifier is empty.
Parameters
| Name | Description |
|---|---|
AItemID |
Identifier of the event to delete. |