CreateAppointmentAsync

IAsyncEwsClient.CreateAppointmentAsync method

创建约会。

public Task<string> CreateAppointmentAsync(Appointment appointment, string folderUri = null, 
    CancellationToken cancellationToken = default)
范围类型描述
appointmentAppointment日历约会。
folderUriString约会父文件夹的 uri。
cancellationTokenCancellationToken取消令牌。

返回值

返回预约 UID

也可以看看