IAsyncEwsClient.UpdateAppointmentAsync

IAsyncEwsClient.UpdateAppointmentAsync method

Updates appointment.

public Task UpdateAppointmentAsync(Appointment appointment, string folderUri, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
appointmentAppointmentCalendar appointment.
folderUriStringAn uri of appointments parent folder.
cancellationTokenCancellationTokenThe cancellation token.

See Also