Added untis

This commit is contained in:
2023-06-14 22:00:46 +02:00
parent 5574b31a5f
commit 2bedbf19ca
7 changed files with 434 additions and 41 deletions

View File

@@ -15,4 +15,8 @@ services:
- 'CALDAV_USER=USERNAME' # Username for the caldav server
- 'CALDAV_PASSWORD=PASSWORD' # Password for the caldav server
- 'CALDAV_CALENDAR=CALENDARNAME' # Calendar name from the caldav server
- 'UNTIS_SCHOOLS=School1,School2' # Comma seperated list of schools (find in URL when logging in to untis, replace + with space)
- 'UNTIS_USERNAMES=USERNAME1,USERNAME2' # Usernames for untis schools
- 'UNTIS_PASSWORDS=PASSWORD1,PASSWORD2' # Passwords for untis schools
- 'UNTIS_SERVERS=cissa.webuntis.com,neilo.webuntis.com' # Servers for untis chools
```