Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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