IGraphClientAsync.FetchCalendarItemAsync

IGraphClientAsync.FetchCalendarItemAsync method

Asynchronously gets MapiCalendar for specified id.

public Task<MapiCalendar> FetchCalendarItemAsync(string id, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
idStringMapiCalendar id.
cancellationTokenCancellationTokenA 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