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

IOutlookCalendarProvider Interface

Defines methods for retrieving calendar items from an MS Outlook application.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[CLSCompliant(false)]
public interface IOutlookCalendarProvider

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