Appointment.CalendarId 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 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
The unique identifier for the calendar associated with the appointment.
Windows requirements
App capabilities |
appointmentsSystem
|