# HG changeset patch # User Paul Boddie # Date 1445645281 -7200 # Node ID b3b36bfb1a2d2ed196201b608aa7947af5989faa # Parent a9d659b4a0be9deb84b2dac74de3b4d69035d2c6 Make sure that organiser URIs are normalised in free/busy collections. diff -r a9d659b4a0be -r b3b36bfb1a2d imiptools/client.py --- a/imiptools/client.py Sat Oct 24 01:43:43 2015 +0200 +++ b/imiptools/client.py Sat Oct 24 02:08:01 2015 +0200 @@ -1011,7 +1011,7 @@ Client.update_freebusy(self, freebusy, periods, transp, self.uid, self.recurrenceid, obj.get_value("SUMMARY"), - obj.get_value("ORGANIZER"), + get_uri(obj.get_value("ORGANIZER")), expires) def update_freebusy_for_participant(self, freebusy, user, for_organiser=False,