TTMSFNCCustomCloudGoogleCalendar.Update Method
Sends a request to update the given event in its calendar.
API unit family: TMSFNCCloudGoogleCalendar
Declaring type: TTMSFNCCustomCloudGoogleCalendar
Syntax
procedure Update(AItem: TTMSFNCCloudGoogleCalendarItem); reintroduce;
Remarks
The request runs asynchronously; the result is reported through OnUpdateCalendarItem.
Parameters
| Name | Description |
|---|---|
AItem |
Event with the updated values to save. |