Make sync with android calendar more real-time
Closed this issue · 1 comments
Issue by ptesavol
Tuesday Oct 23, 2018 at 09:05 GMT
Originally opened as https://github.com/futurice/temp-fork-meeting-room-tablet/issues/20
At the moment, if I make changes to the Office365 calendar from the Office365 side, Reservator only displays this change if I navigate between the pages (I am not sure when does Reservator actually fetch the calendar contents).
Syncing with the Office365 calendar should be made more real-time! If a have a look at the Android calendar app on the device, it seems that it gets synced pretty well with the Office365 backend. This means that the problem is in the sync between Reservator and the Android calendar app.
I propose registering a change listener that listens to calendar app changes as described in https://stackoverflow.com/questions/20018619/listen-to-android-calendar-changes-sync-delete-insert-etc/20018861