BCGSuite for MFC
CBCGPAppointment* CBCGPPlannerManagerCtrl::GetAppointmentFromPoint ( const CPoint &  point)

Returns a pointer to an appointment whose bounding rectangle contains the specified point.

Returns
A pointer to the appointment object, or NULL, if there is no appointments in the current view containing this point.

Use this method to find an appointment whose bounding rectangle contains the point. Point should be in client coordinates.

Parameters
pointA point in the client coordinates.