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.
- Can warn 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.
$ python3 -m pip install --upgrade radicale $ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radicale/collections
When your server is launched, you can check that everything's OK by going to http://localhost:5232/ with your browser!
Want more? Why don't you check our wonderful documentation?
What's New?
{% assign releases = site.github.releases | where:"draft",false | sort:"created_at" | reverse %} {% assign latest_release = releases[0] %}Latest version of {{ site.title }} is {{ latest_release.tag_name }}, released on {{ latest_release.created_at | date: "%B %-d, %Y" }} (changelog).