Calendar widget onclick event

1
I’m using meendix’s calendar widget and I’m trying to hook up an onclick event. First, there seem to be contradicting documentation on when the onclock event is fired.  Is the onclick event triggered when an exiting item is clicked on the calendar or when an event is clicked? When I click on an event in the calendar, the onlick event is not fired. Is this a bug or am I missing a step?
asked
1 answers
1

Hi Braden,

I used this wdget to display calendar events and On clcik event will open a Popup to show the details of the event.

https://appstore.home.mendix.com/link/app/248/

https://github.com/mendix/Calendar

answered