Prior to this commit, synchronizing an event to the CalDAV server could
break in the _add_event_dates method if both self.event_tz and
self.env.user.tz were empty (False). This should be a rare occurrence,
but adding a fallback of self._context.get('tz') should help.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| calendar_event.py | ||
| calendar_recurrence.py | ||
| res_users.py | ||