Listen to widget for calender

0
Hi everyone, Is it possible to jump to the selected date in calender using listen to widget.? If I clicked the data in a list it'll jump to the event date mentioned in the list. Thanks in advance.
asked
1 answers
0

Yes that is possible, i have done it with this calendar widget: https://appstore.home.mendix.com/link/app/248/

It has a start date for the view. If you create a helper entity with this start date and on click of your event change this helper entity to the wanted date and refresh the calendar should jump to the date.

I think this is also possible with this widget: https://appstore.home.mendix.com/link/app/107954/  since it also has a view start attribute.

answered