aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-10-04 17:36:44 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-10-04 17:36:44 +0200
commitbb59ca85ff27a51a2c532d330b3b5f947ac7fb9e (patch)
treea45c5101249af3671a768a506c4f1c1a03101cf0 /module/vcomponent
parentwork (diff)
downloadcalp-bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e.tar.gz
calp-bb59ca85ff27a51a2c532d330b3b5f947ac7fb9e.tar.xz
Work on calendar from event in frontend, broken.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/xcal/output.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/module/vcomponent/xcal/output.scm b/module/vcomponent/xcal/output.scm
index 692b3ec2..095c61c2 100644
--- a/module/vcomponent/xcal/output.scm
+++ b/module/vcomponent/xcal/output.scm
@@ -121,7 +121,10 @@
,(vline->value-tag vline)))])
(properties component))))
(unless (null? props)
- `(properties ,@props)))
+ `(properties
+ ;; NOTE
+ (x-hnh-calendar-name (text ,(prop (parent component) 'NAME)))
+ ,@props)))
,(unless (null? (children component))
`(components ,@(map vcomponent->sxcal (children component)))))))