ISchedulerStorageBase.SynchronizeOutlookWithStorage(String) Method
Updates MS Outlook’s Calendar entries with appointments from the Scheduler storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
outlookEntryIdFieldName | String | A String that is the name of the data field which contains the Outlook Entry ID value. |
Remarks
The SynchronizeOutlookWithStorage method synchronizes the contents of MS Outlook’s Calendar with data from the storage. After synchronization, MS Outlook’s Calendar will contain a copy of the storage’s appointments. If a specific appointment in the Calendar does not match an appointment in the storage, it will be deleted.
See Also