IGraphClientAsync.UpdateCalendarItemAsync
Contents
[
Hide
]UpdateCalendarItemAsync(MapiCalendar, CancellationToken)
Asynchronously creates MapiCalendar in specified calendar.
public Task<MapiCalendar> UpdateCalendarItemAsync(MapiCalendar mapiCalendar,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| mapiCalendar | MapiCalendar | MapiCalendar to be created. |
| 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 created MapiCalendar.
See Also
- class MapiCalendar
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email
UpdateCalendarItemAsync(MapiCalendar, UpdateSettings, CancellationToken)
Asynchronously updates MapiCalendar.
public Task<MapiCalendar> UpdateCalendarItemAsync(MapiCalendar mapiCalendar,
UpdateSettings updateSettings, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| mapiCalendar | MapiCalendar | MapiCalendar to be updated. |
| updateSettings | UpdateSettings | Update settings. |
| 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 updated MapiCalendar.
See Also
- class MapiCalendar
- class UpdateSettings
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email