InstallationΒΆ

The package is published on PyPI and can be installed with pip (or any equivalent):

pip install django-icalendar

Add the app to your INSTALLED_APPS:

INSTALLED_APPS = [
    # ...
    "django_icalendar",
]

Next, see the section about usage to see how to use it.