summaryrefslogtreecommitdiffstats
path: root/libkcal/README
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/README')
-rw-r--r--libkcal/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libkcal/README b/libkcal/README
new file mode 100644
index 00000000..a8085d8a
--- /dev/null
+++ b/libkcal/README
@@ -0,0 +1,11 @@
+libkcal
+=======
+
+This library contains the calendaring classes originally only used by
+KOrganizer. They provide a C++ API for handling the vCalendar and iCalendar
+formats, which makes use of Qt classes. This library should be GUI independent
+and suitable for writing command line applications.
+
+Its API is still under development and will change without further notice. If
+you are interested in using this library, please contact Cornelius Schumacher
+<schumacher@kde.org>, the current maintainer of the lib.