IGmailClientAsync.UpdateCalendarAsync
IGmailClientAsync.UpdateCalendarAsync method
Asynchronously updates a calendar.
public Task<Calendar> UpdateCalendarAsync(Calendar calendar,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendar | Calendar | The calendar to update. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the updated Calendar.
See Also
- class Calendar
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email