[task-192] [upd] plankton
This commit is contained in:
parent
2683d49bba
commit
6309422429
1 changed files with 6 additions and 0 deletions
|
@ -12128,6 +12128,12 @@ var lib_plankton;
|
||||||
"url": vevent.url,
|
"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");
|
content_lines.push("END:VEVENT");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue