summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-12 20:11:18 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-10-09 19:44:08 +0200
commitcf78f7192f4c880f10647f07c8197e9cac1010d8 (patch)
treeec9a226f8b2a3889f7babf15d3426287e864f459 /doc/src
parentdf5bfd1ce355b6f62d63267c3750406ddfce5307 (diff)
Implement calendar library
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/05100-lib-calendar.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/05100-lib-calendar.md b/doc/src/05100-lib-calendar.md
new file mode 100644
index 00000000..33a8f3f4
--- /dev/null
+++ b/doc/src/05100-lib-calendar.md
@@ -0,0 +1,10 @@
+## libimagcalendar
+
+This library helps tracking (vcard) events in imag.
+
+It does nothing more than create one imag entry per VEVENT UID, giving the user
+the ability to "link" to each event individually.
+
+It uses the libimagentryref library for refering to the actual file holding the
+data.
+