Skip to main content
A newer version of this page is available. .

OutlookCalendarProvider Class

Implements the IOutlookCalendarProvider interface, facilitating the creation of descendants.

Namespace: DevExpress.XtraScheduler.Outlook

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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.

Tip

A complete sample project is available in the DevExpress Code Examples database at https://supportcenter.devexpress.com/ticket/details/e2492/how-to-handle-exceptions-when-importing-data-from-an-icalendar-file.

Inheritance

Object
OutlookCalendarProvider
See Also