Calendar Click for Expanded Details

Hello I have a calendar in WeWeb and I have data that is binded to the content field:

But a user is unable to click on a calendar event and see the content field or any expanded details regarding the event.

Am I missing something?

Trying to identify how a user can click on events on the calendar to see more information about the event

Hi Ccoombe,

Hope you’re doing great.

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.

Hope this helps.

Best,
Bruno

3 Likes

Apprecaite your help!!

I wish if we can hover event as well this will be perfect so we can popup an window small one while hover on the event it self

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.