Skip to main content

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

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

Parameters

Name Type
AppointmentItem OleVariant
AEvent TcxSchedulerEvent

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