aboutsummaryrefslogtreecommitdiff
path: root/module/output/ical.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-24 17:24:01 +0200
commit0d249a996d2c969feef525933de925af88e6c249 (patch)
tree639ccc2f65d33e9f1cf06cb0b619bce403cb054d /module/output/ical.scm
parentFrontend feedback on event creation. (diff)
downloadcalp-0d249a996d2c969feef525933de925af88e6c249.tar.gz
calp-0d249a996d2c969feef525933de925af88e6c249.tar.xz
Change internal fields to stat with a dash.
Diffstat (limited to 'module/output/ical.scm')
-rw-r--r--module/output/ical.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/output/ical.scm b/module/output/ical.scm
index 6b8728a6..e9636fdc 100644
--- a/module/output/ical.scm
+++ b/module/output/ical.scm
@@ -153,7 +153,7 @@
(format #t "END:~a\r\n" (type component))
;; If we have alternatives, splice them in here.
- (cond [(prop component 'X-HNH-ALTERNATIVES)
+ (cond [(prop component '-X-HNH-ALTERNATIVES)
=> (lambda (alts) (hash-map->list (lambda (_ comp) (component->ical-string comp))
alts))]))