LICENSE
README.md
__init__.py
actions.py
admin.py
apps.py
checks.py
conf.py
conftest.py
dto.py
errors.py
functions.py
gdpr.py
ics.py
models.py
py.typed
pyproject.toml
recurrence.py
reminders.py
scope.py
serializers.py
services.py
signals.py
urls.py
views.py
./__init__.py
./actions.py
./admin.py
./apps.py
./checks.py
./conf.py
./conftest.py
./dto.py
./errors.py
./functions.py
./gdpr.py
./ics.py
./models.py
./py.typed
./recurrence.py
./reminders.py
./scope.py
./serializers.py
./services.py
./signals.py
./urls.py
./views.py
./migrations/0001_initial.py
./migrations/0002_recurrence_id.py
./migrations/__init__.py
./schemas/consumes/user.deleted.json
./schemas/emits/calendar.event.reminder_due.json
./schemas/emits/calendar.occurrence.materialized.json
./schemas/functions/calendar.free_busy.json
migrations/0001_initial.py
migrations/0002_recurrence_id.py
migrations/__init__.py
schemas/consumes/user.deleted.json
schemas/emits/calendar.event.reminder_due.json
schemas/emits/calendar.occurrence.materialized.json
schemas/functions/calendar.free_busy.json
stapel_calendar.egg-info/PKG-INFO
stapel_calendar.egg-info/SOURCES.txt
stapel_calendar.egg-info/dependency_links.txt
stapel_calendar.egg-info/requires.txt
stapel_calendar.egg-info/top_level.txt
tests/test_api.py
tests/test_availability.py
tests/test_checks.py
tests/test_comm.py
tests/test_gdpr.py
tests/test_ics.py
tests/test_materialize.py
tests/test_public_api.py
tests/test_recurrence.py
tests/test_review_hardening.py
tests/test_rsvp_and_reminders.py
tests/test_scope.py