FindAppointmentsOptions.CalendarIds Property

Definition

Gets the list of calendar IDs that will be included in the find appointments query. If this list is empty, then appointments will be returned from all calendars.

public:
 property IVector<Platform::String ^> ^ CalendarIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> CalendarIds();
public IList<string> CalendarIds { get; }
var iVector = findAppointmentsOptions.calendarIds;
Public ReadOnly Property CalendarIds As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of calendar IDs.

Windows requirements

App capabilities
appointmentsSystem

Applies to