AppointmentCalendarCreateOrUpdateAppointmentRequest.AppointmentCalendarLocalId Property

Definition

Gets a string that uniquely identifies the calendar associated with the appointment on the local device.

public:
 property Platform::String ^ AppointmentCalendarLocalId { Platform::String ^ get(); };
winrt::hstring AppointmentCalendarLocalId();
public string AppointmentCalendarLocalId { get; }
var string = appointmentCalendarCreateOrUpdateAppointmentRequest.appointmentCalendarLocalId;
Public ReadOnly Property AppointmentCalendarLocalId As String

Property Value

String

Platform::String

winrt::hstring

A string that uniquely identifies the calendar on the local device.

Windows requirements

App capabilities
appointmentsSystem

Applies to