1.1 --- a/imiptools/client.py Sat Aug 01 01:25:21 2015 +0200
1.2 +++ b/imiptools/client.py Sat Aug 01 01:35:03 2015 +0200
1.3 @@ -24,8 +24,7 @@
1.4 is_new_object, make_freebusy, to_part, \
1.5 uri_dict, uri_items, uri_values
1.6 from imiptools.dates import format_datetime, get_default_timezone, \
1.7 - get_recurrence_start_point, get_timestamp, \
1.8 - to_timezone
1.9 + get_timestamp, to_timezone
1.10 from imiptools.period import can_schedule, remove_period, \
1.11 remove_additional_periods, remove_affected_period, \
1.12 update_freebusy
1.13 @@ -413,8 +412,7 @@
1.14
1.15 "Get 'recurrenceid' in a form suitable for matching free/busy entries."
1.16
1.17 - tzid = self.obj.get_tzid() or self.get_tzid()
1.18 - return get_recurrence_start_point(recurrenceid, tzid)
1.19 + return self.obj.get_recurrence_start_point(recurrenceid, self.get_tzid())
1.20
1.21 def remove_from_freebusy(self, freebusy):
1.22