aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 9b5f944c..215ab984 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -32,8 +32,10 @@
(setf 'events
(concatenate
;; TODO does this drop events?
- (map (lambda (cal) (filter (lambda (o) (eq? 'VEVENT (type o)))
- (children cal)))
+ (map (lambda (cal) (remove
+ (extract 'X-HNH-REMOVED)
+ (filter (lambda (o) (eq? 'VEVENT (type o)))
+ (children cal))))
(getf 'calendars))))
(let* ((repeating regular (partition repeating? (getf 'events))))