aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/output/vdir.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/output/vdir.scm b/module/output/vdir.scm
index f23e0062..bd21fb24 100644
--- a/module/output/vdir.scm
+++ b/module/output/vdir.scm
@@ -2,6 +2,11 @@
;;; Module for writing components to the vdir storage format.
;;; Currently also has some cases for "big" icalendar files,
;;; but those are currently unsupported.
+
+;;; TODO generalize save-event and remove-event into a general interface,
+;;; which different database backends can implement. Actually, do that for all
+;;; loading and writing.
+
;;; Code:
(define-module (output vdir)