aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/data-formats.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/general/data-formats.texi')
-rw-r--r--doc/ref/general/data-formats.texi26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/ref/general/data-formats.texi b/doc/ref/general/data-formats.texi
deleted file mode 100644
index 592b3085..00000000
--- a/doc/ref/general/data-formats.texi
+++ /dev/null
@@ -1,26 +0,0 @@
-@node Data Formats
-@section Data Formats
-
-A data format is some way that an individual event may get serialized
-to disk. The default is iCalendar (TODO reference RFC 5545), but
-others might be available (TODO footnote and reference xcal).
-
-Each available format should be included as
-@code{(vcomponent formats @var{format-name})}.
-Which module corresponds to what file type is currently defined out of band.
-
-Each module should expose the following procedures.
-
-@defun serialize component port
-Write a serialized representation of @var{component} to @var{port}.
-@end defun
-
-@defun deserialize port
-Read a serialized representation of a component from @var{port}, and
-return the deserialized instance of this object.
-@end defun
-
-@subsection iCalendar
-RFC 5545
-
-@subsection xCal