aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points/import.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/entry-points/import.scm')
-rw-r--r--module/entry-points/import.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/entry-points/import.scm b/module/entry-points/import.scm
index cc67b448..3fa20055 100644
--- a/module/entry-points/import.scm
+++ b/module/entry-points/import.scm
@@ -49,7 +49,9 @@
(let loop ((c #\space))
(case c
[(#\n #\N) (throw 'return)]
- [(#\y #\Y) (map (lambda (e) (calendar-import calendar e))
+ [(#\y #\Y) (map (lambda (e)
+ (add-event calendar e)
+ (save-event e))
(children new-events))]
[else
(let ((line (read-line)))