mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-31 19:50:55 +00:00
A simple CalDAV (calendar) and CardDAV (contact) server.
https://radicale.org/
Example: ```python3 \# Load default configuration my_config = config.load() \# Pass a class directly my_config.update({"auth": {"type": MyAuth}}) \# Pass an object directly my_rights = MyRights() my_config.update({"rights": {"type": lambda config: my_rights}}) app = Application(my_config) ```` |
||
---|---|---|
.github/workflows | ||
radicale | ||
.gitignore | ||
config | ||
COPYING | ||
Dockerfile | ||
DOCUMENTATION.md | ||
MANIFEST.in | ||
NEWS.md | ||
radicale.fcgi | ||
radicale.py | ||
radicale.wsgi | ||
README.md | ||
rights | ||
setup.cfg | ||
setup.py |
Read Me
Radicale is a free and open-source CalDAV and CardDAV server.
For the complete documentation, please visit Radicale "master" documentation.