ISchedulerStorageBase.SynchronizeStorageWithOutlook(String) Method
Updates Scheduler appointments with MS Outlook’s Calendar entries.
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 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