aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcalendar.scm')
-rw-r--r--module/vcalendar.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcalendar.scm b/module/vcalendar.scm
index ef6fbd92..433c0a19 100644
--- a/module/vcalendar.scm
+++ b/module/vcalendar.scm
@@ -17,7 +17,7 @@
;; the event DTSTART to get UTC time.
(define string->time-utc
- (compose date->time-utc (unval parse-datetime)))
+ (compose date->time-utc parse-datetime))
(define (parse-dates! cal)
"Parse all start times into scheme date objects."