Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T22:51:48.000Z (almost 11 years ago)
- Last Synced: 2024-11-08T15:42:30.398Z (about 2 months 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
```