# HG changeset patch # User Paul Boddie # Date 1432218698 -7200 # Node ID 11c6111300fc5108493a135120a650aa395fe84f # Parent 2c9904fe94b2427fec8cf4fa061d1df36e34e506 Fixed free/busy updates for attendees. diff -r 2c9904fe94b2 -r 11c6111300fc imiptools/handlers/person_outgoing.py --- a/imiptools/handlers/person_outgoing.py Wed May 20 18:42:49 2015 +0200 +++ b/imiptools/handlers/person_outgoing.py Thu May 21 16:31:38 2015 +0200 @@ -78,7 +78,7 @@ # Update free/busy information. - self.update_event_in_freebusy() + self.update_event_in_freebusy(from_organiser) return True