IGraphClientAsync.FetchCalendarItemAsync
IGraphClientAsync.FetchCalendarItemAsync method
Asynchronously gets MapiCalendar for specified id.
public Task<MapiCalendar> FetchCalendarItemAsync(string id,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | MapiCalendar id. |
| cancellationToken | CancellationToken | A cancellation token to observe while waiting for the task to complete. |
Return Value
A task that represents the asynchronous operation. The task result contains the MapiCalendar.
See Also
- class MapiCalendar
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email