Back to Devexpress

DXOutlook365Sync.Calendars Property

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-dot-dxoutlook365sync-23508f39.md

latest2.3 KB
Original Source

DXOutlook365Sync.Calendars Property

Gets a collection of Outlook 365 calendars.

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

csharp
[Browsable(false)]
public List<OutlookCalendarItem> Calendars { get; }
vb
<Browsable(False)>
Public ReadOnly Property Calendars As List(Of OutlookCalendarItem)

Property Value

TypeDescription
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

Synchronization with Microsoft 365 Calendars

InitAsync

SynchronizeCalendarsAsync()

DXOutlook365Sync Class

DXOutlook365Sync Members

DevExpress.XtraScheduler.Microsoft365Calendar Namespace