IGmailClientAsync.UpdateCalendarAsync

IGmailClientAsync.UpdateCalendarAsync method

Asynchronously updates a calendar.

public Task<Calendar> UpdateCalendarAsync(Calendar calendar, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarCalendarThe calendar to update.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains the updated Calendar.

See Also