How can I add an action Listener so that when an appointment on an agenda is clicked a new window with more details on that particular clicked appointment opens.
It seems like Agenda has not api for that. You can see agenda's sources: AbstractAppointmentPane has mouse event logic.
AbstractAppointmentPane