aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/parse/xcal.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/parse/xcal.scm')
-rw-r--r--module/vcomponent/parse/xcal.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/parse/xcal.scm b/module/vcomponent/parse/xcal.scm
index 2e4b80aa..e67a8239 100644
--- a/module/vcomponent/parse/xcal.scm
+++ b/module/vcomponent/parse/xcal.scm
@@ -106,7 +106,7 @@
[else data]))
(define-public (sxcal->vcomponent sxcal)
- (define type (car sxcal))
+ (define type (symbol-upcase (car sxcal)))
(define component (make-vcomponent type))
(awhen (assoc-ref sxcal 'properties)