IAsyncEwsClient.CancelAppointmentAsync

IAsyncEwsClient.CancelAppointmentAsync method

Cancels an exiting meeting on an organizers calendar

public Task CancelAppointmentAsync(string uniqueId, string folderUri = null, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
uniqueIdStringUnique identifier
folderUriStringAn uri of appointments parent folder.
cancellationTokenCancellationTokenThe cancellation token.

See Also