aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 31 insertions, 5 deletions
diff --git a/README.md b/README.md
index f4ee2a2..95219f5 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,34 @@
-# Overview of calendaring info
+# Scheduling of calendar events _(event)_
-[[!template id=realm]] handles personal and group calendars.
-Some calendars are also public readable.
+iCalendar specifies a file format for events.
-## Setup
+CalDAV specifices how to manage events.
- * Short [[event/intro]] to start using calendaring
+iCalendar spec is relatively simple, and widely supported.
+CalDAV spec is very big and complex, however,
+and no system supports all of it.
+
+This system supports a limited subset of CalDAV
+tested to work with Apple and Mozilla clients.
+Currently non-shared calendars are supported,
+without iTIP or iMIP.
+
+It is possible to extend our current system with iTIP/iMIP support,
+but that has not yet been explored.
+
+Technically, the CalDAV service uses [Radicale].
+
+[Radicale]: https://radicale.org/
+
+
+## Invites
+
+Triggering and tracking (semi-)automated invitations to events
+(i.e. CalDAV extensions [iTIP][] and [iMIP][])
+is currently not supported.
+
+[iTIP]: <https://devguide.calconnect.org/Scheduling/iTIP/>
+ "iTIP - specification on handling participant invites for CalDAV events"
+
+[iMIP]: <https://devguide.calconnect.org/Scheduling/iMIP/>
+ "iMIP - specification on distributing iTIP invites via email"