Skip to main content

OutlookCalendarProvider Class

Implements the IOutlookCalendarProvider interface, facilitating the creation of descendants.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[CLSCompliant(false)]
public class OutlookCalendarProvider :
    IOutlookCalendarProvider

Remarks

Create a custom provider by inheriting from the OutlookCalendarProvider class and register it via the OutlookImport.SetCalendarProvider or the OutlookExport.SetCalendarProvider methods. The custom provider gives enough flexibility to implement complex logic when choosing appointments for import or export.

Inheritance

Object
OutlookCalendarProvider
See Also