ReplaceAppointmentOperation.AppointmentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.