Back to Devexpress

OutlookCalendarProvider Class

corelibraries-devexpress-dot-xtrascheduler-dot-outlook-0a8e8084.md

latest2.0 KB
Original Source

OutlookCalendarProvider Class

Implements the IOutlookCalendarProvider interface, facilitating the creation of descendants.

Namespace : DevExpress.XtraScheduler.Outlook

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[CLSCompliant(false)]
public class OutlookCalendarProvider :
    IOutlookCalendarProvider
vb
<CLSCompliant(False)>
Public Class OutlookCalendarProvider
    Implements 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

IOutlookCalendarProvider

Inheritance

Object OutlookCalendarProvider

See Also

OutlookCalendarProvider Members

IOutlookCalendarProvider

DevExpress.XtraScheduler.Outlook Namespace