DXOutlook365Sync.Calendars Property
Gets a collection of Outlook 365 calendars.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
Property Value
Type | Description |
---|---|
List<OutlookCalendarItem> | A collection of OutlookCalendarItem objects that correspond to Office365 calendars. |
Remarks
The DXOutlook365Sync
component automatically populates the Calendars
collection after it is initialized. Use the SynchronizeCalendarsAsync() method to populate the Calendars
collection on demand.
See Also