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 94622e2f..a9d325f8 100644
--- a/module/output/ical.scm
+++ b/module/output/ical.scm
@@ -15,7 +15,7 @@
:use-module (vcomponent geo)
:use-module (output types)
:use-module (output common)
- :autoload (vcomponent instance) (#|get-calendars get-event-set|# global-event-object)
+ :autoload (vcomponent instance) (global-event-object)
:autoload (datetime instance) (zoneinfo)
)
@@ -228,7 +228,7 @@ CALSCALE:GREGORIAN\r
;; We just dump all repeating objects, since it's much cheaper to do
;; it this way than to actually figure out which are applicable for
;; the given date range.
- (get-repeating-events global-even-object))))
+ (get-repeating-events global-event-object))))
(define-public (print-events-in-interval start end)
(print-components-with-fake-parent