GNOME Bugzilla – Bug 323700
'Purge' does not delete events in groupwise calendar
Last modified: 2013-09-10 14:04:09 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.
Changed severity to 'Major'
Created attachment 57779 [details] [review] fixes the bug
Created attachment 57781 [details] [review] fixes the bug, please ignore the previous, that was a patch for another bug
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.