About {{ site.title }}
{{ site.title }} is a small but powerful CalDAV (calendars, todo-lists) and CardDAV (contacts) server, that:
- Shares calendars through CalDAV, WebDAV and HTTP.
- Shares contacts through CardDAV, WebDAV and HTTP.
- Supports events, todos, journal entries and business cards.
- Works out-of-the-box, no installation nor configuration required.
- Warns users on concurrent editing.
- Can limit access by authentication.
- Can secure connections.
- Works with many CalDAV and CardDAV clients.
- Is GPLv3-licensed free software.
Installation
{{ site.title }} is really easy to install and works out-of-the-box.
$ pip install radicale $ radicale --verbose Listening to localhost port 5232 Radicale server ready
What's new?
{% assign releases = site.github.releases where:"draft",false sort:"created_at" %}Latest version of {{ site.title }} is {{ releases[0].tag_name }}, released on {{ releases[0].created_at | date: "%B %-d, %Y" }} (changelog).