https://bugs.kde.org/show_bug.cgi?id=481527
--- Comment #2 from Evert Vorster <evors...@protonmail.com> --- Hmm, I think I found an even better way around this problem. It would seem that the core of the problem is that KOrganizer does not check whether it is able to make changes to the online groupwares, or even if those changes succeeded. So it is possible to end up in a situation where the local copy and the online copy of the calendars are out of sync. KOrganizer further does not try to detect whether the calendars are out of sync as far as I can see. This makes this issue a little worse. If KOrganizer did check, and found that there was no internet connection or that the requested change to the online groupware did not succeed, it could save the event to the local calendar, with a little warning message. Then, when connectivity is restored it is easy enough to make the requested changes. There should also be some periodic check to ensure that local and online copies of the calendars both contain the same events. -- You are receiving this mail because: You are watching all bug changes.