Skip to main content

TcxEventToAppointmentItemProc Type

Provides a callback reference to a procedure that performs conversion operations on AppointmentItem items when they are going to be imported into Microsoft Outlook®.

Declaration

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

Parameters

Name Type
AEvent TcxSchedulerEvent
AppointmentItem OleVariant

Remarks

Use the TcxEventToAppointmentItemProc reference to implement a procedure that can for instance be used to perform conversion operations on the AppointmentItem items (if needed) before they are imported into Microsoft Outlook®.

The AEvent parameter specifies the scheduler’s user event.

The AppointmentItem parameter specifies the Microsoft Outlook’s® item, which mirrors the AEvent.

See Also