aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-05 22:20:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-07 13:10:38 +0200
commit1baf017aaaf38fb6a13bedc2c97f6450748ae738 (patch)
treec8f59c0aad0d6d28f01a6eebca052833a7c1a542 /module/vcomponent.scm
parentMajor reordering in datetime. (diff)
downloadcalp-1baf017aaaf38fb6a13bedc2c97f6450748ae738.tar.gz
calp-1baf017aaaf38fb6a13bedc2c97f6450748ae738.tar.xz
Remove some TODO:s.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm13
1 files changed, 2 insertions, 11 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index f9d04d35..2eb4ef2c 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -63,17 +63,8 @@
-(use-modules (output ical)
- (ice-9 popen)
- ((ice-9 rdelim) :select (read-line))
- ((rnrs io ports) :select (call-with-port))
- )
-
-
-(define (uuidgen)
- (call-with-port (open-input-pipe "uuidgen")
- read-line))
-
+;;; TODO vcomponent should NOT depend on output
+(use-modules (output ical))
(define-public (add-event calendar event)