1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-04-05 22:27:36 +03:00
A simple CalDAV (calendar) and CardDAV (contact) server. https://radicale.org
Find a file
2023-02-10 22:03:33 +01:00
.github/workflows CI: Fix coveralls 2020-07-23 19:45:31 +02:00
radicale Synced with origin 2023-02-10 22:03:33 +01:00
.gitignore Unified gitignore 2020-03-02 02:43:00 +01:00
CHANGELOG.md Synced with origin 2023-02-10 22:03:33 +01:00
config Synced with origin 2023-02-10 22:03:33 +01:00
COPYING.md Synced with origin 2023-02-10 22:03:33 +01:00
Dockerfile Synced with origin 2023-02-10 22:03:33 +01:00
DOCUMENTATION.md Synced with origin 2023-02-10 22:03:33 +01:00
MANIFEST.in Synced with origin 2023-02-10 22:03:33 +01:00
radicale.wsgi Synced with origin 2023-02-10 22:03:33 +01:00
README.md Synced with origin 2023-02-10 22:03:33 +01:00
rights Synced with origin 2023-02-10 22:03:33 +01:00
setup.cfg Synced with origin 2023-02-10 22:03:33 +01:00
setup.py Synced with origin 2023-02-10 22:03:33 +01:00

Radicale

Test Coverage Status

Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server, that:

  • Shares calendars and contact lists through CalDAV, CardDAV and HTTP.
  • Supports events, todos, journal entries and business cards.
  • Works out-of-the-box, no complicated setup or configuration required.
  • Can limit access by authentication.
  • Can secure connections with TLS.
  • Works with many CalDAV and CardDAV clients
  • Stores all data on the file system in a simple folder structure.
  • Can be extended with plugins.
  • Is GPLv3-licensed free software.

For the complete documentation, please visit Radicale master Documentation.