core/conf/example.json

18 lines
251 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 23:17:19 +02:00
"url": "https://www.phpclasses.org/browse/download/1/file/63438/name/example.ics",
"combine": true
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
}
}