OutlookCalendarProvider Class
Implements the IOutlookCalendarProvider interface, facilitating the creation of descendants.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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.
Implements
Inheritance
Object
OutlookCalendarProvider
See Also