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 323700 - 'Purge' does not delete events in groupwise calendar
'Purge' does not delete events in groupwise calendar
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.4.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks: 327508 327510
 
 
Reported: 2005-12-10 09:34 UTC by Poornima
Modified: 2013-09-10 14:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
fixes the bug (30.07 KB, patch)
2006-01-21 09:59 UTC, Chenthill P
none Details | Review
fixes the bug, please ignore the previous, that was a patch for another bug (2.32 KB, patch)
2006-01-21 10:00 UTC, Chenthill P
reviewed Details | Review

Description Poornima 2005-12-10 09:34:48 UTC
Configured a groupwise account.
Created appointments in old dates.
Goto 'Action ->Purge', specify to purge events older then '5'days, nothing happens

Expected result

Events older then these 5 days should be deleted.
Comment 1 Poornima 2006-01-05 05:23:23 UTC
Changed severity to 'Major'
Comment 2 Chenthill P 2006-01-21 09:59:18 UTC
Created attachment 57779 [details] [review]
fixes the bug
Comment 3 Chenthill P 2006-01-21 10:00:52 UTC
Created attachment 57781 [details] [review]
fixes the bug, please ignore the previous, that was a patch for another bug
Comment 4 Harish Krishnaswamy 2006-01-22 08:24:23 UTC
I suggest you add some error handling code to process the return of e_cal_remove_object_with_mod as this function can potentially do serious harm in negative scenarios. At the very least, we could log the failure and know something went wrong *during* the operation.