aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/output/html.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/module/output/html.scm b/module/output/html.scm
index 2877a399..016bd45e 100644
--- a/module/output/html.scm
+++ b/module/output/html.scm
@@ -206,7 +206,13 @@
(class "hidelink"))
(div (@ (class "event CAL_" ,(html-attr (attr (parent ev) 'NAME))
,(when (and (attr ev 'PARTSTAT) (string= "TENTATIVE" (attr ev 'PARTSTAT)))
- " tentative"))
+ " tentative")
+ ,(when (date/-time< (attr ev 'DTSTART) start-date)
+ " continued")
+ ,(when (date/-time< (date+ end-date (date day: 1)) (attr ev 'DTEND))
+ " continuing"
+ )
+ )
(style ,style))
(div (@ (class "event-inner"))
(div (@ (class "popup"))