ReplaceAppointmentOperation.AppointmentId Property

Definition

Gets the unique identifier of the appointment to replace.

public:
 property Platform::String ^ AppointmentId { Platform::String ^ get(); };
winrt::hstring AppointmentId();
public string AppointmentId { get; }
var string = replaceAppointmentOperation.appointmentId;
Public ReadOnly Property AppointmentId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier of the appointment to replace.

Windows requirements

App capabilities
appointmentsSystem

Remarks

The identifier is typically a value that the appointments 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 replace the original appointment, we recommend that the appointment provider app create a new appointment and add it to the calendar.

Applies to