bugfix: allday event display, and more exports

This commit is contained in:
2025-06-18 16:58:14 +02:00
parent 8a6c11b6b5
commit 5b2a524301
4 changed files with 16 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ function color_from_status(status) {
# @return: Single-line string
function allday(collection, desc, status, color) {
color = color_from_status(status)
return collection " " style_allday
return collection " " style_allday color desc OFF
}
# Return line for multi-day event, or event that starts at midnight, which ends today.