Back to Devexpress

TcxAppointmentItemToEventProc Type

vcl-cxscheduleroutlookexchange-d533bd97.md

latest1.5 KB
Original Source

TcxAppointmentItemToEventProc Type

Provides 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.

Declaration

delphi
TcxAppointmentItemToEventProc = procedure(const AppointmentItem: OleVariant; AEvent: TcxSchedulerEvent);

Parameters

NameType
AppointmentItemOleVariant
AEventTcxSchedulerEvent

Remarks

Use the TcxAppointmentItemToEventProc reference to implement a procedure that can for instance, be used to perform additional conversion operations on the user events (if required) before they are posted to the scheduler’s data store.

The AppointmentItem parameter specifies the item which is to be imported from Microsoft Outlook®.

The AEvent parameter specifies the scheduler’s user event, which mirrors the AppointmentItem.

See Also

TcxAcceptAppointmentItemImportFunc

cxSchedulerOutlookExchange.cxSchedulerImportFromOutlook

cxSchedulerOutlookExchange Unit