diff --git a/source/_static/resources/calendar.json b/source/_static/resources/calendar.json new file mode 100644 index 00000000..227a6e63 --- /dev/null +++ b/source/_static/resources/calendar.json @@ -0,0 +1,16 @@ +{ + "css": ":root {--dhx-scheduler-base-colors-primary: #6667AB !important;}", + "event_url_location": "hifi://{location}", + "language": "en", + "prefer_browser_language": true, + "tab": "agenda", + "tabs": [ + "month", + "week", + "day", + "agenda" + ], + "title": "Overte Events", + "loader": "", + "url": "https://calendar.google.com/calendar/ical/52h389513vt7afg01m56bq9l28%40group.calendar.google.com/public/basic.ics" +} diff --git a/source/calendar.rst b/source/calendar.rst index 35edee03..a8e8642f 100644 --- a/source/calendar.rst +++ b/source/calendar.rst @@ -4,23 +4,18 @@ Calendar There is a multitude of regular and irregular events that happen in Overte. This calendar aims to give you an overview of such events. -Please note that all times listed here are UTC. -To convert to your local timezone, please ask your preferred search engine something along the lines of: "What is Saturday 19:00 UTC in my time?" +Please note that all times listed here are using your local timezone as reported by your browser. +Daylight saving times are also being accounted for. -+--------------------------+ -| Monday | -+==========================+ -| 20:00 UTC Maker Monday | -+--------------------------+ +.. raw:: html -+-------------------------------+ -| Saturday | -+===============================+ -| 19:00 UTC Development meetup | -+-------------------------------+ - -+-----------------------------+ -| Monday-Saturday | -+=============================+ -| 18:00 UTC Mindfulness Club | -+-----------------------------+ + + diff --git a/source/conf.py b/source/conf.py index 1b745b26..09b49772 100644 --- a/source/conf.py +++ b/source/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'Overte' -copyright = '2022-2024, Overte e.V.' +copyright = '2022-2025, Overte e.V.' author = 'Julian Groß' # The short X.Y version @@ -93,7 +93,6 @@ html_theme_options = { 'logo_only': True, - 'display_version': False, 'prev_next_buttons_location': None, 'collapse_navigation': False }