imip-agent

Change of imiptools/handlers/person_outgoing.py

557:1006d9525386
imiptools/handlers/person_outgoing.py
     1.1 --- a/imiptools/handlers/person_outgoing.py	Sun May 17 21:41:27 2015 +0200
     1.2 +++ b/imiptools/handlers/person_outgoing.py	Sun May 17 22:35:39 2015 +0200
     1.3 @@ -93,7 +93,7 @@
     1.4  
     1.5              # Interpretation of periods can depend on the time zone.
     1.6  
     1.7 -            periods = obj.get_periods_for_freebusy(self.get_tzid(), self.get_window_end())
     1.8 +            periods = obj.get_periods(self.get_tzid(), self.get_window_end())
     1.9  
    1.10              # Obtain the attendance attributes for this user, if available.
    1.11