core/conf/example.json

18 lines
290 B
JSON
Raw Normal View History

2025-09-09 12:07:53 +02:00
{
"auth": {
"kind": "none",
"data": null
},
"source": {
"kind": "ics_feed",
"data": {
2025-09-09 19:43:23 +02:00
"url": "https://export.kalender.digital/ics/0/3e10dae66950379d4cc8/gesamterkalender.ics?past_months=1&future_months=2",
"condense": false
2025-09-09 12:07:53 +02:00
}
2025-09-09 19:43:23 +02:00
},
"settings": {
"timezone": "UTC"
2025-09-09 12:07:53 +02:00
}
}