Skip to main content

CalDAV (RFC4791) client library

Project description

caldav

This project is a CalDAV (RFC4791) client library for Python.

Features:

  • create, modify calendar
  • create, update and delete event
  • search events by dates
  • async support via caldav.aio module
  • etc.

Quick Start

from caldav import get_davclient

with get_davclient() as client:
    principal = client.principal()
    calendars = principal.get_calendars()
    for cal in calendars:
        print(f"Calendar: {cal.name}")

Async API

For async/await support, use the caldav.aio module:

import asyncio
from caldav import aio

async def main():
    async with aio.get_async_davclient() as client:
        principal = await client.principal()
        calendars = await principal.get_calendars()
        for cal in calendars:
            print(f"Calendar: {cal.name}")

asyncio.run(main())

The documentation was updated as of version 2.0, and is available at https://caldav.readthedocs.io/

The package is published at Pypi

HTTP Libraries

The sync client uses niquests by default (with fallback to requests). The async client uses httpx if installed (pip install caldav[async]), otherwise falls back to niquests. See HTTP Library Configuration for details.

Licences:

Caldav is dual-licensed under the GNU GENERAL PUBLIC LICENSE Version 3 or the Apache License 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caldav-3.0.1.tar.gz (10.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

caldav-3.0.1-py3-none-any.whl (224.8 kB view details)

Uploaded Python 3

File details

Details for the file caldav-3.0.1.tar.gz.

File metadata

  • Download URL: caldav-3.0.1.tar.gz
  • Upload date:
  • Size: 10.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for caldav-3.0.1.tar.gz
Algorithm Hash digest
SHA256 c1fe3777f958d0dacd47d8beb18b10d1362032a9a74a46d314082bbb980da664
MD5 37b8a8fe67fefff1bf81768e0e476739
BLAKE2b-256 56071a0127ba11ad55c449293d8893339f717851b50e1424e9f2228cab9c599d

See more details on using hashes here.

File details

Details for the file caldav-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: caldav-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 224.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for caldav-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 607f93f9ac8ecb29974e705a1a1324328359677a457fd89223c04c9efcdce348
MD5 15221f86bc2d14f9cf5bed9ee0860e5c
BLAKE2b-256 113e6f0ed0ae7bf86e02cca3db2062d3b17331293c2abc23f79f9428b3003305

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page