.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT
CONTRIBUTING.md
COPYING.APACHE
COPYING.GPL
MANIFEST.in
Makefile
README.md
RELEASE-HOWTO.md
ROADMAP.md
pyproject.toml
setup.py
tox.ini
.github/workflows/tests.yaml
caldav/__init__.py
caldav/_version.py
caldav/calendarobjectresource.py
caldav/collection.py
caldav/compatibility_hints.py
caldav/davclient.py
caldav/davobject.py
caldav/objects.py
caldav/py.typed
caldav/requests.py
caldav.egg-info/PKG-INFO
caldav.egg-info/SOURCES.txt
caldav.egg-info/dependency_links.txt
caldav.egg-info/requires.txt
caldav.egg-info/top_level.txt
caldav/elements/__init__.py
caldav/elements/base.py
caldav/elements/cdav.py
caldav/elements/dav.py
caldav/elements/ical.py
caldav/lib/__init__.py
caldav/lib/debug.py
caldav/lib/error.py
caldav/lib/namespace.py
caldav/lib/python_utilities.py
caldav/lib/url.py
caldav/lib/vcal.py
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/caldav/davclient.rst
docs/source/caldav/objects.rst
examples/basic_usage_examples.py
examples/get_events_example.py
examples/scheduling_examples.py
examples/sync_examples.py
tests/__init__.py
tests/_test_absolute.py
tests/conf.py
tests/conf_private.py.EXAMPLE
tests/proxy.py
tests/test_caldav.py
tests/test_caldav_unit.py
tests/test_cdav.py
tests/test_utils.py
tests/test_vcal.py