1.1 --- a/imipweb/resource.py Sat Aug 01 01:25:21 2015 +0200
1.2 +++ b/imipweb/resource.py Sat Aug 01 01:35:03 2015 +0200
1.3 @@ -214,10 +214,9 @@
1.4
1.5 # Subtract any recurrences from the free/busy details of a parent
1.6 # object.
1.7 - # NOTE: The time zone may need obtaining using the object details.
1.8
1.9 for recurrenceid in self._get_recurrences(uid):
1.10 - remove_affected_period(freebusy, uid, get_recurrence_start_point(recurrenceid, self.get_tzid()))
1.11 + remove_affected_period(freebusy, uid, obj.get_recurrence_start_point(recurrenceid, self.get_tzid()))
1.12
1.13 self.store.set_freebusy(self.user, freebusy)
1.14 self.publish_freebusy(freebusy)