iCal feeds for Django based on Django's syndication feed framework.
Project description
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.
Docs
Docs are hosted on Read the Docs: http://django-ical.readthedocs.io/en/latest/
Requirements
CHANGES
1.4
Django up to 1.9 is supported.
Added new ttl parameter. Thanks, Diaz-Gutierrez
Added support for Python 3. Thanks, Ben Lopatin
Fixed LAST-MODIFIED support. Thanks, Brad Bell
1.3
Django up to 1.7 is supported.
Added a new file_name parameter. Thanks, browniebroke
Added support for the ORGANIZER field. Thanks, browniebroke
1.2
Removed support for Django 1.2. It should still work, but it’s not supported.
We now require icalendar 3.1.
Added support for the GEO field. Thanks, null_radix!
1.1
Fixed issues running tests on Django 1.2 and Django 1.5.
1.0
Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.