FindAppointmentsOptions.CalendarIds 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 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
A list of calendar IDs.
Windows requirements
App capabilities |
appointmentsSystem
|