[task-192] [upd] plankton

This commit is contained in:
Fenris Wolf 2025-09-09 21:18:33 +00:00
parent 2683d49bba
commit 6309422429

View file

@ -12128,6 +12128,12 @@ var lib_plankton;
"url": vevent.url,
}));
}
// categories
if ((vevent.categories !== undefined) && (vevent.categories.length > 0)) {
content_lines.push(lib_plankton.string.coin("CATEGORIES:{{categories}}", {
"categories": vevent.categories.join(","),
}));
}
}
content_lines.push("END:VEVENT");
});