aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/data-stores/common.scm2
-rw-r--r--module/vcomponent/duration.scm4
2 files changed, 6 insertions, 0 deletions
diff --git a/module/vcomponent/data-stores/common.scm b/module/vcomponent/data-stores/common.scm
index 2fb4422a..f9dee506 100644
--- a/module/vcomponent/data-stores/common.scm
+++ b/module/vcomponent/data-stores/common.scm
@@ -6,6 +6,8 @@
get-all
get-by-uid))
+;;; This should NOT inherit from WebDAV <resource>.
+;;; Instead, CalDAV resources should hold a reference to a calendar data store.
(define-class <calendar-data-store> ()
;; (path init-keyword: path:
diff --git a/module/vcomponent/duration.scm b/module/vcomponent/duration.scm
index 449645fc..83f3d6e7 100644
--- a/module/vcomponent/duration.scm
+++ b/module/vcomponent/duration.scm
@@ -11,6 +11,10 @@
format-duration
))
+;;; TODO Write tests for this
+
+;;; TODO replace record type
+
(define-immutable-record-type <duration>
(make-duration sign week day dur-time)
duration?