aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/vcomponent/parse.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm
index 288ba852..effc51c1 100644
--- a/module/vcomponent/parse.scm
+++ b/module/vcomponent/parse.scm
@@ -281,6 +281,8 @@ row ~a column ~a ctx = ~a
;; to a recurrence rule.
(for child in (children item)
(assert (memv (type child) '(VTIMEZONE VEVENT)))
+ (set! (attr child 'X-HNH-FILENAME)
+ (attr (parent child) 'X-HNH-FILENAME))
(add-child! calendar child))
calendar)
(make-vcomponent)