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" + } +} +