diff --git a/src/applications/calendar/storage/PhabricatorCalendarEvent.php b/src/applications/calendar/storage/PhabricatorCalendarEvent.php index 75d573c79e..5b64fdea53 100644 --- a/src/applications/calendar/storage/PhabricatorCalendarEvent.php +++ b/src/applications/calendar/storage/PhabricatorCalendarEvent.php @@ -1024,6 +1024,10 @@ final class PhabricatorCalendarEvent extends PhabricatorCalendarDAO $set = new PhutilCalendarRecurrenceSet(); + if ($this->viewerTimezone) { + $set->setViewerTimezone($this->viewerTimezone); + } + $rrule = $this->newRecurrenceRule(); if (!$rrule) { return null;