diff --git a/Projects/CalDAV b/Projects/CalDAV new file mode 100644 index 0000000..61da4cb --- /dev/null +++ b/Projects/CalDAV @@ -0,0 +1,24 @@ +--- +title: A CalDAV server +abstract: ![calendar](/static/img/calendar.png) +--- + +![calendar](/static/img/calendar.png) + +This project is funded (likely 04 - 10/2018, two persons) via the [prototype +fund](https://prototypefund.de/project/robur-io/). + +[Wikipedia](https://en.wikipedia.org/wiki/Calendaring_software) says: +calendaring software is software that minimally provides users with an +electronic version of a calendar. Additionally, the software may provide an +appointment book, address book, and/or contact list. + +[CalDAV](https://en.wikipedia.org/wiki/CalDAV) are the calendaring extension to +WebDAV (a HTTP-based protocol for data manipulation). + +We plan to implement a CalDAV server based on MirageOS. The data is stored in a +git repository by using [irmin](https://github.com/mirage/irmin). We will do +interoperability testing with widely used clients (Android, Thunderbird, Apple +iCal). + +Expect more updates of this project once it starts. \ No newline at end of file diff --git a/static/img/calendar.png b/static/img/calendar.png new file mode 100644 index 0000000..07697e0 Binary files /dev/null and b/static/img/calendar.png differ