QML Calendar and update calendar view when adding new event
Unsolved
QML and Qt Quick
-
I am using QML Calendar type and when I add events to database I don't know how to update calendar to show eventImage in that date. If I press nextMonth and then back, eventimage is visible on those days where events are.
When loading calendar eventimage is visible if there is event in database on that day.
So I'd like to know how to update Calendar when adding/removing event on that day/month?
Thanks,
LA