GNOME Bugzilla – Bug 529331
delete appointments when moving to the same calendar
Last modified: 2010-02-25 12:33:43 UTC
The bug has been described on https://bugs.launchpad.net/bugs/198392 "You make an appointment in one calendar. If you decide you want to move the appointment to another calendar, open it up switch calendars with the drop down list. But then select the same calendar to move the appointment to. After submit the change the appointment will disappear from all of your calendars. I assume the move operation is implemented as copy to the selected calendar and then remove from the origin and there is no check if selected and origin are the same."
*** Bug 599424 has been marked as a duplicate of this bug. ***
Still happens with 2.28
Created attachment 154677 [details] [review] eds patch for evolution-data-server; Missing API somehow, thus workarounding it slightly.
Created attachment 154680 [details] [review] evo patch for evolution; The evolution part. As calendar also supports a multiselect (in list view), one can select more than one source calendar, thus it'll not allow selecting that from the first selected item, but on moving to the same calendar will not delete it either, so should be fine.
Created commit c1f0d8c in eds master (2.29.92+) Created commit 1341a56 in evo master (2.29.92+)