[calendar] add timezone parameter to calendarevent in order order do get the good date/hours in ical exports
This commit is contained in:
parent
33393780ab
commit
0936e1dfc4
6 changed files with 28 additions and 3 deletions
|
|
@ -645,4 +645,5 @@ class AllocineBrowser(Browser):
|
|||
event.location = location
|
||||
event.start_date = start_date
|
||||
event.summary = summary
|
||||
event.timezone = 'Europe/Paris'
|
||||
yield event
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue