Back to Devexpress

ISchedulerStorageBase.SynchronizeStorageWithOutlook(String) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-synchronizestoragewithoutlook-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

ISchedulerStorageBase.SynchronizeStorageWithOutlook(String) Method

Updates Scheduler appointments with MS Outlook’s Calendar entries.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
void SynchronizeStorageWithOutlook(
    string outlookEntryIdFieldName
)
vb
Sub SynchronizeStorageWithOutlook(
    outlookEntryIdFieldName As String
)

Parameters

NameTypeDescription
outlookEntryIdFieldNameString

A String that is the name of the data field which contains the Outlook Entry ID value.

|

Remarks

The SynchronizeStorageWithOutlook method synchronizes the contents of the storage with data from MS Outlook’s Calendar. After synchronization, the storage will contain a copy of the appointments in MS Outlook’s Calendar. If a specific appointment in the storage does not match any appointment in the Calendar it will be deleted.

See Also

SynchronizeStorageWithOutlook(String)

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace