aboutsummaryrefslogtreecommitdiff
path: root/module/output/ical.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/output/ical.scm')
-rw-r--r--module/output/ical.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/output/ical.scm b/module/output/ical.scm
index 9ab80ffb..94622e2f 100644
--- a/module/output/ical.scm
+++ b/module/output/ical.scm
@@ -221,7 +221,7 @@ CALSCALE:GREGORIAN\r
(print-footer))
-(define (print-all-events)
+(define-public (print-all-events)
(print-components-with-fake-parent
(append (get-fixed-events global-event-object)
;; TODO RECCURENCE-ID exceptions
@@ -230,7 +230,7 @@ CALSCALE:GREGORIAN\r
;; the given date range.
(get-repeating-events global-even-object))))
-(define (print-events-in-interval start end)
+(define-public (print-events-in-interval start end)
(print-components-with-fake-parent
(append (fixed-events-in-range start end)
;; TODO RECCURENCE-ID exceptions