aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-13 10:37:29 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-13 10:37:29 +0200
commit9d98e97b5ce3cdfa1ff95bfa5bbee7519b024bdc (patch)
treec4740c7c3e60a695531ab7e3323fbe7850147533
parentChanging calendar now unlinks old file. (diff)
downloadcalp-9d98e97b5ce3cdfa1ff95bfa5bbee7519b024bdc.tar.gz
calp-9d98e97b5ce3cdfa1ff95bfa5bbee7519b024bdc.tar.xz
Comment about generalizing.
-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)