From f767fa113e4fc97779879227bbfee2e94fa3a8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 24 Jul 2020 15:49:52 +0200 Subject: Stuff about (output vdir). --- module/entry-points/import.scm | 2 +- module/output/ical.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/module/entry-points/import.scm b/module/entry-points/import.scm index 3fa20055..8b2c9008 100644 --- a/module/entry-points/import.scm +++ b/module/entry-points/import.scm @@ -7,7 +7,7 @@ :use-module (ice-9 rdelim) :use-module (vcomponent) :use-module (srfi srfi-1) - ) + :use-module (output vdir)) (define options '((calendar (value #t) (single-char #\c) diff --git a/module/output/ical.scm b/module/output/ical.scm index 9e147316..6b8728a6 100644 --- a/module/output/ical.scm +++ b/module/output/ical.scm @@ -158,6 +158,7 @@ alts))])) ;; TODO tzid param on dtstart vs tz field in datetime object +;; TODO remove this, replace with methods from (output vdir) ;; how do we keep these two in sync? (define (write-event-to-file event calendar-path) (define cal (make-vcomponent 'VCALENDAR)) -- cgit v1.2.3