IGraphClientAsync.CreateCalendarItemAsync
IGraphClientAsync.CreateCalendarItemAsync method
Asynchronously creates MapiCalendar in specified calendar.
public Task<MapiCalendar> CreateCalendarItemAsync(string calId, MapiCalendar mapiCalendar,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| calId | String | Calendar id. |
| 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