[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
|
|
@ -28,3 +28,4 @@ class RazibusCalendarEvent(BaseCalendarEvent):
|
|||
self.transp = TRANSP.TRANSPARENT
|
||||
self.status = STATUS.CONFIRMED
|
||||
self.category = CATEGORIES.CONCERT
|
||||
self.timezone = 'Europe/Paris'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue