After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681741 - Meeting cancellation doesn't remove event from calendar
Meeting cancellation doesn't remove event from calendar
Status: RESOLVED FIXED
Product: evolution-ews
Classification: Other
Component: Calendar
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: Evolution EWS maintainer(s)
Evolution EWS maintainer(s)
: 659714 (view as bug list)
Depends on:
Blocks: 703515
 
 
Reported: 2012-08-13 09:47 UTC by Milan Crha
Modified: 2013-08-14 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bug #681741 - Meeting cancellation doesn't remove event from calendar (1.88 KB, patch)
2013-07-29 13:25 UTC, Fabiano Fidêncio
committed Details | Review
cosmetic: codying style (2.60 KB, patch)
2013-07-29 13:25 UTC, Fabiano Fidêncio
committed Details | Review

Description Milan Crha 2012-08-13 09:47:31 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=847544

When user receives meeting cancellation by email, and uses "Update Calendar" function, then the event is not removed from a calendar. For non-recurring events is only changed its summary, to indicate it's cancelled. For recurring events is added a detached event, duplicating the cancelled occurrence. In both cases should be removed the cancelled instance from calendar.
Comment 1 Fabiano Fidêncio 2013-07-29 13:25:52 UTC
Created attachment 250366 [details] [review]
Bug #681741 - Meeting cancellation doesn't remove event from calendar
Comment 2 Fabiano Fidêncio 2013-07-29 13:25:56 UTC
Created attachment 250367 [details] [review]
cosmetic: codying style
Comment 3 Milan Crha 2013-07-30 05:32:48 UTC
Review of attachment 250367 [details] [review]:

OK, feel free to commit this.
Comment 4 Milan Crha 2013-07-30 05:41:55 UTC
Review of attachment 250366 [details] [review]:

Apart of the memory leak works fine, please fix and commit.

::: src/calendar/e-cal-backend-ews.c
@@ +2915,3 @@
+
+				e_cal_component_get_uid (comp, &uid);
+				rid = e_cal_component_get_recurid_as_string (comp);

this returns a newly allocated string.
Comment 6 Fabiano Fidêncio 2013-08-14 14:45:13 UTC
*** Bug 659714 has been marked as a duplicate of this bug. ***