IGmailClientAsync.DeleteAppointmentAsync

IGmailClientAsync.DeleteAppointmentAsync method

Asynchronously deletes an appointment from the specified calendar.

public Task DeleteAppointmentAsync(string calendarId, string appointmentId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarIdStringThe ID of the calendar.
appointmentIdStringThe ID of the appointment.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task representing the asynchronous operation.

See Also