IGmailClientAsync.UpdateExtCalendarAsync

UpdateExtCalendarAsync(ExtendedCalendar, CancellationToken)

Asynchronously updates an extended calendar.

public Task<ExtendedCalendar> UpdateExtCalendarAsync(ExtendedCalendar calendar, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarExtendedCalendarThe extended calendar to update.
cancellationTokenCancellationTokenA cancellation token.

Return Value

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

See Also


UpdateExtCalendarAsync(ExtendedCalendar, bool, CancellationToken)

Asynchronously updates an extended calendar with color format option.

public Task<ExtendedCalendar> UpdateExtCalendarAsync(ExtendedCalendar calendar, 
    bool useColorRgbFormat, CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarExtendedCalendarThe extended calendar to update.
useColorRgbFormatBooleanWhether to use RGB color format.
cancellationTokenCancellationTokenA cancellation token.

Return Value

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

See Also