How to refresh a list of objects in calendar widget

0
Hi,   My requirement is to filter the events in the calendar widget (https://appstore.home.mendix.com/link/app/248/). I’m able to implement the calendar widget. But for filtering the events, I have a data source microflow which returns a list of objects. I’m afraid its not reflecting in the calendar widget. If I refresh an object by change object activity in data source microflow, I get in to an infinite loop.   Any suggestions please? Thanks, Vanda  
asked
1 answers
0

Did you also try the 'Microflow with context object' option by wrapping a calendar widget in a dataview?
If you add the filters as attributes to the context object, you can use these to filter the events in the corresponding microflow.
Furthermore, you can change the filters using input elements (such as dropdowns, radio buttons etc..) in the dataview.

answered