IGraphClientAsync.ListCalendarItemsAsync
IGraphClientAsync.ListCalendarItemsAsync method
Asynchronously lists MapiCalendar items from the calendar.
public Task<MapiCalendarCollection> ListCalendarItemsAsync(string id,
ODataQueryBuilder queryBuilder = null, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| id | String | Calendar id. |
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering calendars. |
| 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 list of MapiCalendar of the calendar.
See Also
- class MapiCalendarCollection
- class ODataQueryBuilder
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email