IAsyncEwsClient.CreateAppointmentAsync

IAsyncEwsClient.CreateAppointmentAsync method

Creates appointment.

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

Return Value

Returns appointment UID

See Also