IGmailClientAsync.DeleteExtCalendarAsync

IGmailClientAsync.DeleteExtCalendarAsync method

Asynchronously deletes an extended calendar by its ID.

public Task DeleteExtCalendarAsync(string calendarId, CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarIdStringThe calendar ID.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation.

See Also