[calendar] add timezone parameter to calendarevent in order order do get the good date/hours in ical exports

This commit is contained in:
Bezleputh 2015-09-11 15:53:21 +02:00
commit 0936e1dfc4
6 changed files with 28 additions and 3 deletions

View file

@ -645,4 +645,5 @@ class AllocineBrowser(Browser):
event.location = location
event.start_date = start_date
event.summary = summary
event.timezone = 'Europe/Paris'
yield event