Reviewers: ,
Please review this at http://codereview.tryton.org/426003/ Affected files: M calendar_.py Index: calendar_.py =================================================================== --- a/calendar_.py +++ b/calendar_.py @@ -57,7 +57,7 @@ if 'vevent' in record: vevent = record['vevent'] if vevent: - vevent = vobject.readOne(vevent) + vevent = vobject.readOne(str(vevent)) if hasattr(vevent, 'summary'): vevent.summary.value = summary -- [email protected] mailing list
