Overview of event in Calendar

0
Hello all, I downloaded en implemented the calendar widget to my app and now i can create events. Now i want to create an overview page for the created event. Is there anybody who can help me out?  
asked
3 answers
0

Hi Dwayne,

Your case does not seem very difficult: create a standard page with a datagrid or listview displaying your events.

I'd suggest going through the online learnings at https://gettingstarted.mendixcloud.com/link/path to get you started!

answered
0

Hello Wieke, this is not the exact solution that I am looking for.

https://ibb.co/d2xASy

In the image you can see my calendar widget. When i click on an event, i want a detailed page with the info about the event. How can I achieve this?

answered
0

Hi Dwayne,

Sorry I misunderstood:

In the widget you can define an 'on click' event. If you create a detail page for your event, you can have this onClick microflow open this detail page.

answered