aboutsummaryrefslogtreecommitdiff
path: root/vcalendar.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-21 01:17:20 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-21 01:53:21 +0100
commit5d5b2cc1ac7d999d1495a1563cce7e306d3dc956 (patch)
treeb148fc7bb20d43d09c0488b4b549bfd7d7b08ef8 /vcalendar.scm
parentFix up fetch to use better abstractions. (diff)
downloadcalp-5d5b2cc1ac7d999d1495a1563cce7e306d3dc956.tar.gz
calp-5d5b2cc1ac7d999d1495a1563cce7e306d3dc956.tar.xz
Update utility functions.
Diffstat (limited to 'vcalendar.scm')
-rw-r--r--vcalendar.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar.scm b/vcalendar.scm
index 1145b16e..3f7ba6ba 100644
--- a/vcalendar.scm
+++ b/vcalendar.scm
@@ -1,9 +1,11 @@
(define-module (vcalendar)
#:use-module (vcalendar primitive)
#:use-module (vcalendar datetime)
+ #:use-module (vcalendar recur)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
- #:use-module (util))
+ #:use-module (util)
+ #:re-export (repeating?))
(define (parse-dates! cal)
"Parse all start times into scheme date objects."