IGmailClientAsync.UpdateAppointmentAsync

IGmailClientAsync.UpdateAppointmentAsync method

Asynchronously updates an appointment in the specified calendar.

public Task<Appointment> UpdateAppointmentAsync(string calendarId, Appointment appointment, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
calendarIdStringThe ID of the calendar.
appointmentAppointmentThe appointment to update.
cancellationTokenCancellationTokenA cancellation token.

Return Value

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

See Also