Calendar click events available in action but not flow

Wappler Version : 6 beta 3
Operating System : Win 11
Server Model: node
Database Type: SQLite
Hosting Type: local

Expected behavior

What do you think should happen?

Click event data should be shown

Actual behavior

What actually happens?

Click event data not shown
I select "Event Click" in the calendar component and create an action (in this case to load a server action)

i can select the entries in the event click event as needed

I do the same within a flow and the click event data is missing

FYI - this still hasn’t been fixed.

@George @Teodor Is anyone looking into this?

I followed exactly what @Hyperbytes posted above and the calendar event click still doesn't work as of today.

On further read-up in this forum, I found the solution provided by @patrick in another post.

You cannot access the event value from the dynamic picker but rather use code view:

 $event.event.extendedProps.YOUR_VALUE

This is a bit unusual and doesn't match the instructions provided in wappler documentation here:

https://docs.wappler.io/t/app-connect-calendar-dynamic-events/18828