imip-agent

Change of imiptools/content.py

395:df76475bf82c
imiptools/content.py
     1.1 --- a/imiptools/content.py	Sat Mar 07 00:13:41 2015 +0100
     1.2 +++ b/imiptools/content.py	Sun Mar 08 01:35:43 2015 +0100
     1.3 @@ -207,8 +207,11 @@
     1.4          event.
     1.5          """
     1.6  
     1.7 -        update_freebusy(freebusy, periods, transp or self.obj.get_value("TRANSP"),
     1.8 -            self.uid, recurrenceid)
     1.9 +        update_freebusy(freebusy, periods,
    1.10 +            transp or self.obj.get_value("TRANSP"),
    1.11 +            self.uid, recurrenceid,
    1.12 +            self.obj.get_value("SUMMARY"),
    1.13 +            self.obj.get_value("ORGANIZER"))
    1.14  
    1.15      def update_freebusy(self, freebusy, periods, transp=None):
    1.16