From e549d7b088f7b4a37f1a61f29952c3b8924c38d1 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 25 Sep 2025 16:05:59 +0200 Subject: [PATCH] [mod] conf-example --- misc/conf-example.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/misc/conf-example.json b/misc/conf-example.json index 6491c48..39e8e09 100644 --- a/misc/conf-example.json +++ b/misc/conf-example.json @@ -23,5 +23,36 @@ "data": { "path": "../zeitbild.sqlite" } + }, + "caldav": { + "address": "http://localhost:8000/calendars/-/lampukistan", + "username": "lampukistan-{{username}}", + "password": "{{password}}", + "setup_hints": [ + { + "label": "Android", + "link": "https://www.android-user.de/caldavcarddav-kalender-und-adressbuecher-ohne-google-synchronisieren/", + "remark": null + }, + { + "label": "iOS", + "link": "https://all-inkl.com/wichtig/anleitungen/programme/e-mail/caldav-kalenderfunktion/ios-mail_460.html", + "remark": "eigentlich für Server 'all-inkl.com' — Zugangsdaten müssen entsprechend geändert werden" + }, + { + "label": "Thunderbird", + "link": "https://www.uni-bielefeld.de/einrichtungen/bits/services/kuz/e-mail-und-kalender/anleitung/kalender-konfiguration-unter-thunderbird/", + "remark": "eigentlich für Server 'uni-bielefeld.de' — Zugangsdaten müssen entsprechend geändert werden" + }, + { + "label": "Evolution", + "link": "https://help.gnome.org/users/evolution/stable/calendar-caldav.html.de" + }, + { + "label": "MS Outlook", + "link": "https://www.united-domains.de/help/faq-article/wie-synchronisiere-ich-meinen-kalender-caldav-mit-ms-outlook/", + "remark": null + } + ] } }