calendaring-jmap
Calendar operations over JMAP (RFC 8620 + draft-ietf-jmap-calendars).
Part of the Python Calendaring Ecosystem.
Installation
pip install calendaring-jmap
Not yet published to PyPI.
Usage
from calendaring_jmap import get_jmap_client
with get_jmap_client(
url="https://jmap.example.com/.well-known/jmap",
username="alice",
password="secret",
) as client:
calendars = client.get_calendars()
for cal in calendars:
print(cal.name)
See the quickstart for authentication options, error handling, and configuration from environment variables or a YAML file.
Documentation
Full documentation: https://calendaring-jmap.readthedocs.io/
Specs
- RFC 8620: JMAP core
- draft-ietf-jmap-calendars: JMAP Calendars
- RFC 8984: JSCalendar
Contributing
See the contributing guide.
Funding
This project is funded through NGI0 Commons Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.
License
AGPL-3.0-or-later. See LICENSE.
Release files for calendaring-jmap 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calendaring_jmap-1.0.0.tar.gz | 108.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calendaring_jmap-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 203.8 kB
Release files / calendaring_jmap-1.0.0.tar.gz
| Download URL | calendaring_jmap-1.0.0.tar.gz |
|---|---|
| Size | 108.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a1bb790ba4727a4120ffd053564994aa191db7fe21c45edc271a2b754fb1b6c3
|
|
BLAKE2b-256 checksum How to use checksums |
964c9213886e884df9550c0d601fb787215ff633340bfb3c740e73e6da8e51c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency logRelease files / calendaring_jmap-1.0.0-py3-none-any.whl
| Download URL | calendaring_jmap-1.0.0-py3-none-any.whl |
|---|---|
| Size | 94.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ab3daab2ea599a01cb6237e9055a46facd16ed39354083ac50310953146fdc08
|
|
BLAKE2b-256 checksum How to use checksums |
456f3f3ce35489afcc1702f75d9070e7096497692da5149fbdf6ed60e43be8ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency log