imip-agent

Changeset

855:039dd4c9803a
2015-10-16 Paul Boddie raw files shortlog changelog graph Remove cancelled recurrence periods from the request summary.
imipweb/resource.py (file)
     1.1 --- a/imipweb/resource.py	Fri Oct 16 19:44:50 2015 +0200
     1.2 +++ b/imipweb/resource.py	Fri Oct 16 22:29:35 2015 +0200
     1.3 @@ -166,7 +166,7 @@
     1.4  
     1.5              for obj in objs:
     1.6                  if obj:
     1.7 -                    recurrenceids = self._get_active_recurrences(uid)
     1.8 +                    recurrenceids = self._get_recurrences(uid)
     1.9  
    1.10                      # Obtain only active periods, not those replaced by redefined
    1.11                      # recurrences, converting to free/busy periods.