Back to Devexpress

cxSchedulerOutlookExchange Unit

vcl-cxscheduleroutlookexchange.md

latest3.0 KB
Original Source

cxSchedulerOutlookExchange Unit

Implements import/export methods for Microsoft Outlook® calendar content (user events).

Methods

NameDescription
cxSchedulerExportToOutlook(TcxCustomSchedulerStorage,TcxAcceptEventExportFunc,TcxEventToAppointmentItemProc,TcxSchedulerExchangeProgressProc)Exports the scheduler’s user events to Microsoft Outlook®.
cxSchedulerImportFromOutlook(TcxCustomSchedulerStorage,TcxAcceptAppointmentItemImportFunc,TcxAppointmentItemToEventProc,TcxSchedulerExchangeProgressProc)Imports Microsoft Outlook® items into the scheduler.
cxSchedulerSynchronizeOutlookWithStorage(TcxCustomSchedulerStorage,TcxCustomSchedulerStorageField,Boolean,TcxAcceptEventExportFunc,TcxEventToAppointmentItemProc,TcxSchedulerExchangeProgressProc)Updates Microsoft Outlook® with the scheduler’s stored data.
cxSchedulerSynchronizeStorageWithOutlook(TcxCustomSchedulerStorage,TcxCustomSchedulerStorageField,Boolean,TcxAcceptAppointmentItemImportFunc,TcxAppointmentItemToEventProc,TcxSchedulerExchangeProgressProc)Updates the scheduler’s stored data with the items of Microsoft Outlook®.

Types

NameDescription
TcxAcceptAppointmentItemImportFuncProvides a callback reference to a function that verifies whether the Microsoft Outlook® item can be imported before it is actually imported.
TcxAcceptEventExportFuncProvides a callback reference to a function that verifies whether the scheduler’s user event can be exported to Microsoft Outlook® before it is actually exported.
TcxAppointmentItemToEventProcProvides a callback reference to a procedure that performs conversion operations on the imported user events when they are about to be serialized to the scheduler’s storage.
TcxEventToAppointmentItemProcProvides a callback reference to a procedure that performs conversion operations on AppointmentItem items when they are going to be imported into Microsoft Outlook®.
TcxSchedulerExchangeProgressProcProvides a callback reference to a procedure that implements progress indication.

See Also

cxSchedulerICalendar Unit

cxExportSchedulerLink Unit