From 855b1c398b56cc9469e1d3872f49b965fa2ae11d Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Wed, 10 Sep 2025 15:03:17 +0200 Subject: [PATCH] [add] conf:zeitbild --- conf/zeitbild.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/zeitbild.json diff --git a/conf/zeitbild.json b/conf/zeitbild.json new file mode 100644 index 0000000..bd843d6 --- /dev/null +++ b/conf/zeitbild.json @@ -0,0 +1,17 @@ +{ + "auth": { + "kind": "basic", + "data": null + }, + "source": { + "kind": "ics_feed", + "data": { + "url": "http://{{username}}:{{password}}@localhost:7845/export/ics", + "combine": true + } + }, + "settings": { + "timezone": "UTC" + } +} +