diff options
author | Siri Reiter <siri@pjones.dk> | 2021-10-03 18:07:59 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2021-10-03 18:07:59 +0200 |
commit | e65b151d6c9c5350f79d83639a76f631f1d534c2 (patch) | |
tree | 0619796df2debbf9f27d5ecc1807747fda20ecd0 | |
parent | 789409107f5e46957c66dd653bcc6439db52e1d1 (diff) |
add short intro
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ -# Scheduling of calendar events _(event)_ +# Shared calendars and puslishing events + +Decentral event planning and publishing tools. +Publish or share calendars within a group of people or publish events to a feed or a web page. + +## Scheduling of calendar events _(event)_ iCalendar specifies a file format for events. -CalDAV specifices how to manage events. +CalDAV specifies how to manage events. iCalendar spec is relatively simple, and widely supported. CalDAV spec is very big and complex, however, |