Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

removeappointmentoperation_appointmentid.md

File metadata and controls

27 lines (19 loc) · 1.06 KB
-api-id -api-type
P:Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.AppointmentId
winrt property

Windows.ApplicationModel.Appointments.AppointmentsProvider.RemoveAppointmentOperation.AppointmentId

-description

Gets the unique identifier of the appointment to remove.

-property-value

The unique identifier of the appointment to remove.

-remarks

The identifier is usually a value the appointment provider app previously returned through an AddAppointmentOperation.ReportCompleted call. If the identifier doesn't correspond to any known appointment, the appointment doesn't exist in the user’s calendar. Because the user's intent was to remove the appointment, we recommend that you treat the operation as successful.

-examples

-see-also

-capabilities

appointmentsSystem