IGmailClientAsync.FetchCalendarAsync
IGmailClientAsync.FetchCalendarAsync method
Asynchronously fetches an extended calendar by its ID.
public Task<ExtendedCalendar> FetchCalendarAsync(string calendarId,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calendarId | String | The calendar ID. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the fetched ExtendedCalendar.
See Also
- class ExtendedCalendar
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email