How to refresh calendar widget

1
In our application the user has the ability to filter the items shown with the calender widget. However after changing the filter the calendar widget is not automatically refreshed, but only after restarting the function from the menu... The filter parameters are stored in the database. We developed a microflow for the on change event which commits the filter to the database and refreshes the data to the client. Is it possible to work around this issue?
asked
1 answers
3

The calendar 'listens' to the items and refreshes the screen when they are updated. It does not listen to the filter. You can commit the items to get them refreshed, but that is not the most elegant way.

answered