https://github.com/mariocesar/django-icalendar
A django applicatio to store events and serve iCalendar files following the standard in RFC 2445.
https://github.com/mariocesar/django-icalendar
Last synced: 4 months ago
JSON representation
A django applicatio to store events and serve iCalendar files following the standard in RFC 2445.
- Host: GitHub
- URL: https://github.com/mariocesar/django-icalendar
- Owner: mariocesar
- License: mit
- Created: 2014-01-07T22:49:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T22:51:48.000Z (over 12 years ago)
- Last Synced: 2025-01-01T09:42:13.673Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
django-icalendar
================
django-icalendar store events and serve iCalendar files following the standard in RFC 2445.
Installation
------------
```
pip install django-icalendar
```