caldav
Python CalDAV and CardDAV client library for syncing calendars and enterprise address books.
Why consider caldav?
caldav is an open-source Python client library for CalDAV and CardDAV protocols written by Cyrille Bougot. caldav connects to Nextcloud, Apple Calendar Server, Radicale, and Microsoft Exchange servers to search, synchronize, create, and manage calendar events and enterprise contact address books.
Learn caldav by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of caldav
caldav synchronizes enterprise event bookings directly with CalDAV calendar servers.
Quickstart
pip install caldavimport caldavclient = caldav.DAVClient(url="https://cal.company.com/dav", username="user", password="pwd")principal = client.principal()calendars = principal.calendars()caldav is licensed under the GNU General Public License v3.0 (GPL-3.0).
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.