Appointment.CalendarId Property

Definition

Gets the unique identifier for the calendar associated with the appointment.

public:
 property Platform::String ^ CalendarId { Platform::String ^ get(); };
winrt::hstring CalendarId();
public string CalendarId { get; }
var string = appointment.calendarId;
Public ReadOnly Property CalendarId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier for the calendar associated with the appointment.

Windows requirements

App capabilities
appointmentsSystem

Applies to