# HG changeset patch # User Paul Boddie # Date 1438033445 -7200 # Node ID e7251bf5120cfbc7743dfdb8fd3e0e717af45cf5 # Parent 8043ce2f967c1275eafdab047d21e77c84df3f0f Fixed the client convenience method for updating free/busy details. diff -r 8043ce2f967c -r e7251bf5120c imiptools/client.py --- a/imiptools/client.py Mon Jul 27 19:53:51 2015 +0200 +++ b/imiptools/client.py Mon Jul 27 23:44:05 2015 +0200 @@ -203,7 +203,7 @@ be provided. """ - update_freebusy(freebusy, periods, transp, self.uid, recurrenceid, summary, organiser) + update_freebusy(freebusy, periods, transp, uid, recurrenceid, summary, organiser) class ClientForObject(Client):