I dont know how to use the calendar widget.

0
Hi, there. I am trying to create an app that uses a calendar widget to reserve seats. I would like to ask three questions. I would like to make it so that when a user clicks on a certain date, they are taken to a page where they can fill out a reservation form, and the date they clicked on is automatically filled in. How do I get the clicked date information? How can I reflect the information saved in the reservation form in the calendar? Is it possible to display the available reservation times separated by slots (e.g., 9:00-10:00), with a minus sign if even one slot is reserved, an X sign if all slots are filled, and a zero sign if no one has made a reservation for the entire month? Thanks in advance. BR Kazuki Abe
asked
1 answers
0

Well, for all functionality, here is the documentation: https://docs.mendix.com/appstore/widgets/calendar/

What is missing there is the domain model. This is what works for me:

answered