Implementing Click Events on Calendar to Display Details

Is it possible to implement click events on calendar entries in Retool that would display the event details, similar to how standard calendar applications work? Specifically, I'm looking for functionality where a user can click on an event and have a modal window appear containing additional components or information related to that event. Any guidance or examples of this implementation would be greatly appreciated.

Hi, welcome to the forums

You're in luck - the calendar component has a "click event" handler so when the user clicks on an event you can access those event details.


Here's a working example that shows a notification with the event name as its title when you click on an event
forum (1).json (5.0 KB)