No Description

Peter Bieringer 78a5813831 Add Python 3.12 and missing pypy-3.10, pypy-3.11 1 year ago
.github 78a5813831 Add Python 3.12 and missing pypy-3.10, pypy-3.11 1 year ago
radicale 7936e714d4 Revert "Add check for base_prefix indicating Radicale running at site root (/)" 1 year ago
.gitignore 73e42f8101 Enable static type checking 4 years ago
.mdl.style e1e563cc28 Lint markdown 4 years ago
.mdlrc e1e563cc28 Lint markdown 4 years ago
CHANGELOG.md 6a56a6026f Update changelog 3 years ago
COPYING.md abcc0c2ef6 License in markdown format 3 years ago
DOCUMENTATION.md 9f1e243f00 Merge pull request #1303 from pbiering/MOVE-on-non-standard-server-ports 1 year ago
Dockerfile 93e5dd4a70 Listen on IPv4 and IPv6 1 year ago
Dockerfile.dev f57e738156 fix: dockerfile user from UID to username 2 years ago
MANIFEST.in abcc0c2ef6 License in markdown format 3 years ago
README.md c2a159a6cd Move project description to README.MD 3 years ago
config f14e1de071 Add multifilesystem_nolock storage 4 years ago
radicale.wsgi 9bed0af669 Remove shebang and executable bit 3 years ago
rights 8fa4345b6f Change "user name" to "username" 4 years ago
setup.cfg 88f65671ce ignore "E501 line too long" which turned into deadlock making "mypy" happy 1 year ago
setup.py 363be35e61 add Python 3.12 1 year ago

README.md

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.