You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to track down a very unfortunate behaviour of my Microsoft365 calendar resending and cancelling meeting invites to attendees and was able to trace it back to the Nextcloud Android app's calendar auto-backup which uses this code. (See my issue there)
I tried backing up the same calendar with the Calendar Import Export app and same results: Attendees of calendar invites receive a cancellation, another invitation or first a cancellation, then a reinvitation. It seems like the backup is changing the entries somehow which triggers that behaviour.
Looking at SaveCalendar.java I haven't yet found anything that manipulates calendar entries, just reads them. Does anybody have an idea why this might be happening?
Thanks!
The text was updated successfully, but these errors were encountered:
I managed to track down a very unfortunate behaviour of my Microsoft365 calendar resending and cancelling meeting invites to attendees and was able to trace it back to the Nextcloud Android app's calendar auto-backup which uses this code. (See my issue there)
I tried backing up the same calendar with the Calendar Import Export app and same results: Attendees of calendar invites receive a cancellation, another invitation or first a cancellation, then a reinvitation. It seems like the backup is changing the entries somehow which triggers that behaviour.
Looking at SaveCalendar.java I haven't yet found anything that manipulates calendar entries, just reads them. Does anybody have an idea why this might be happening?
Thanks!
The text was updated successfully, but these errors were encountered: