Calendar showTime not using correct time zone #2575
-
I am pulling in some ical urls for calandar and agenda views and using the showTime option. The times that are showing are not the correct time zone. I tried adding an option like timeZone: America/Los_Angeles but it does not seem to do anything. Here is what my config looks like:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
+1. Also having the same issue. The docker container is also set to my local timezone |
Beta Was this translation helpful? Give feedback.
-
Can someone share an example? A link to .ics file that shows an event with the issue ( that can be on a newly made google calendar), or at least the code with calendar definition between |
Beta Was this translation helpful? Give feedback.
-
Sure thing, here is a calendar event (from Apple Calendar).
I am noticing something now that I am reviewing the calendar code. I am seeing a time zone offset in the specific calendar. See this code that appears before the events:
|
Beta Was this translation helpful? Give feedback.
-
I have 3 calendars added, only one of them shows the correct time. The two that don't have this code in common:
I suspect it's more of a Google Calendar issue. The configuration in Google Calendar is the set exactly the same for the three except for the name, so I have no idea why two of them have the code and the remaining one doesn't. |
Beta Was this translation helpful? Give feedback.
-
#2623 with thanks to denispapec |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. |
Beta Was this translation helpful? Give feedback.
#2623 with thanks to denispapec