IOutlookCalendarProvider Interface
Defines methods for retrieving calendar items from an MS Outlook application.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Remarks
Use descendants of the OutlookCalendarProvider class, implementing the IOutlookCalendarProvider interface, to filter items or process them in some other way, before importing or exporting. You should override the IOutlookCalendarProvider.PrepareItemsForExchange method to add required functionality and register a custom provider via the OutlookImport.SetCalendarProvider or the OutlookExport.SetCalendarProvider methods.
See Also