Skip to content

Add calendar using Open Web Calendar #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions source/_static/resources/calendar.json
Original file line number Diff line number Diff line change
@@ -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"
}
31 changes: 13 additions & 18 deletions source/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+-----------------------------+
<!--
Using Open Web Calendar: https://github.com/niccokunzmann/open-web-calendar
Our settings are in source/_static/resources/calendar.json
Local changes to said settings file don't apply, as it is directly loaded from https://overte.org/_static/resources/calendar.json
-->
<iframe id="open-web-calendar"
src="https://open-web-calendar.hosted.quelltext.eu/calendar.html?specification_url=https://overte.org/_static/resources/calendar.json"
sandbox="allow-scripts allow-same-origin allow-top-navigation allow-downloads"
allowTransparency="true" scrolling="no"
frameborder="0" height="600px" width="100%"></iframe>
3 changes: 1 addition & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -93,7 +93,6 @@

html_theme_options = {
'logo_only': True,
'display_version': False,
'prev_next_buttons_location': None,
'collapse_navigation': False
}
Expand Down
Loading