imip-agent

Change of imiptools/handlers/person_outgoing.py

284:bca36db624ce
imiptools/handlers/person_outgoing.py
     1.1 --- a/imiptools/handlers/person_outgoing.py	Sat Feb 07 17:38:38 2015 +0100
     1.2 +++ b/imiptools/handlers/person_outgoing.py	Sat Feb 07 18:33:40 2015 +0100
     1.3 @@ -75,7 +75,7 @@
     1.4              periods = self.obj.get_periods()
     1.5              freebusy = self.store.get_freebusy(identity)
     1.6  
     1.7 -            if from_organiser or attr.get("PARTSTAT") != "DECLINED":
     1.8 +            if attr.get("PARTSTAT") != "DECLINED":
     1.9                  self.update_freebusy(freebusy, identity, periods)
    1.10              else:
    1.11                  self.remove_from_freebusy(freebusy, identity)