In this case, the calendar component only brings in the events and the visual representation you’re currently seeing. For displaying event details, you’d need to either build a custom visual component that renders on click, or use the new pop-up tool to show a detailed view when a user interacts with an event.
Here’s how you can do it:
Click on the calendar component.
Add a workflow from the top by choosing the trigger type set to on click event.
Configure the workflow to respond when a user clicks on a specific event.
Open a pop-up or custom component within that workflow.
Pass the clicked event/item as an object parameter to the pop-up or component.
Bind the event object to your visual component to display its details.