[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

@ -28,3 +28,4 @@ class RazibusCalendarEvent(BaseCalendarEvent):
self.transp = TRANSP.TRANSPARENT
self.status = STATUS.CONFIRMED
self.category = CATEGORIES.CONCERT
self.timezone = 'Europe/Paris'