# HG changeset patch # User Paul Boddie # Date 1428438532 -7200 # Node ID c77e0aa41eb0dc5d9308d6676305036fbd6bb4ff # Parent a21dd8b646b4fa8c4d86f3b02e68bf840eb9f85c Improved a comment about free/busy recurrence updating. diff -r a21dd8b646b4 -r c77e0aa41eb0 imiptools/handlers/person_outgoing.py --- a/imiptools/handlers/person_outgoing.py Tue Apr 07 22:27:59 2015 +0200 +++ b/imiptools/handlers/person_outgoing.py Tue Apr 07 22:28:52 2015 +0200 @@ -100,9 +100,8 @@ attendees = uri_dict(self.obj.get_value_map("ATTENDEE")) self.update_freebusy_for_participant(freebusy, periods, attendees.get(self.user), from_organiser) - # Remove either original recurrence or additional recurrence - # details depending on whether an additional recurrence or a - # complete event are being handled, respectively. + # Remove original recurrence details replaced by additional + # recurrences, as well as obsolete additional recurrences. self.remove_freebusy_for_recurrences(freebusy, self.store.get_recurrences(self.user, self.uid)) self.store.set_freebusy(self.user, freebusy)