mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
Use UTC as TZ and show TZ note for calendar embed (#1522)
This commit is contained in:
parent
ed90bd1b31
commit
eb0b262de4
@ -98,7 +98,7 @@ const features = [
|
||||
<>
|
||||
<iframe
|
||||
title="Upcoming Events Calendar"
|
||||
src="https://calendar.google.com/calendar/embed?height=400&wkst=2&bgcolor=%23ffffff&ctz=America%2FLos_Angeles&src=cDA3bjk4Z28xMW9uYW1kMDhkMGttcTZqaHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23039BE5&title=Release%20Schedule&mode=AGENDA&showPrint=0&showTabs=0&showCalendars=0&showTz=0&showNav=0&showDate=0&showTitle=0"
|
||||
src="https://calendar.google.com/calendar/embed?height=400&wkst=2&bgcolor=%23ffffff&ctz=UTC&src=cDA3bjk4Z28xMW9uYW1kMDhkMGttcTZqaHNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23039BE5&title=Release%20Schedule&mode=AGENDA&showPrint=0&showTabs=0&showCalendars=0&showTz=1&showNav=0&showDate=0&showTitle=0"
|
||||
style={{ borderWidth: 0, margin: "auto" }}
|
||||
width="300"
|
||||
height="200"
|
||||
|
Loading…
x
Reference in New Issue
Block a user