OutlookCalendarProvider Class
In This Article
Implements the IOutlookCalendarProvider interface, facilitating the creation of descendants.
Namespace: DevExpress.XtraScheduler.Outlook
Assembly: DevExpress.XtraScheduler.v24.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.
#Implements
See Also