From 9d98e97b5ce3cdfa1ff95bfa5bbee7519b024bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 13 Aug 2020 10:37:29 +0200 Subject: Comment about generalizing. --- module/output/vdir.scm | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.3