Skip to content

iCal feeds for Django based on Django's syndication feed framework.

License

Notifications You must be signed in to change notification settings

jazzband/django-ical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47695cb · Jun 11, 2024
Oct 24, 2023
Jun 12, 2023
Jun 11, 2024
Oct 9, 2019
Apr 2, 2023
Jan 8, 2022
Jan 25, 2022
Jun 12, 2023
Jan 8, 2022
May 9, 2018
Jul 31, 2015
Jul 31, 2015
Dec 21, 2020
Apr 2, 2023
Oct 24, 2023
Apr 2, 2023
Apr 2, 2023
Oct 24, 2023

Repository files navigation

django-ical

PyPI Documentation Status GitHub Actions Coverage Jazzband

django-ical is a simple library/framework for creating iCal feeds based in Django's syndication feed framework.

This documentation is modeled after the documentation for the syndication feed framework so you can think of it as a simple extension.

If you are familiar with the Django syndication feed framework you should be able to be able to use django-ical fairly quickly. It works the same way as the Django syndication framework but adds a few extension properties to support iCalendar feeds.

django-ical uses the icalendar library under the hood to generate iCalendar feeds.

Documentation

Documentation is hosted on Read the Docs:

https://django-ical.readthedocs.io/en/latest/