aboutsummaryrefslogtreecommitdiff
path: root/vcalendar.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vcalendar.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcalendar.scm b/vcalendar.scm
index 143d9e79..2ce5a438 100644
--- a/vcalendar.scm
+++ b/vcalendar.scm
@@ -59,6 +59,8 @@
(define-public copy-vcomponent %vcomponent-shallow-copy)
+(define-public filter-children! %vcomponent-filter-children!)
+
(define-public (search cal term)
(cdr (let ((events (filter (lambda (ev) (eq? 'VEVENT (type ev)))
(children cal))))