Skip to main content
All docs
V23.2

DXOutlook365Sync.Calendars Property

Gets a collection of Outlook 365 calendars.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

[Browsable(false)]
public List<OutlookCalendarItem> Calendars { get; }

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