munin/ivaldi.json
fenris 362c1d2136 Termine gebündelt ausgeben (#1)
Siehe https://vikunja.ramsch.sx/tasks/340

Co-authored-by: Christian Fraß <roydfalk@folksprak.org>
Reviewed-on: #1
Co-authored-by: Fenris Wolf <fenris@folksprak.org>
Co-committed-by: Fenris Wolf <fenris@folksprak.org>
2025-06-30 13:06:51 +02:00

39 lines
504 B
JSON

{
"name": "munin",
"libs": [
{
"kind": "plankton",
"data": {
"modules": [
"pit",
"http",
"ical",
"string",
"email",
"telegram",
"url",
"json",
"file",
"conf",
"log",
"args"
]
}
}
],
"sources": [
"helpers/test.ts",
"types.ts",
"sources/ical_feed.ts",
"sources/_functions.ts",
"targets/telegram_bot.ts",
"targets/email.ts",
"targets/_functions.ts",
"conf.ts",
"logic.ts",
"test.ts",
"main.ts"
]
}