Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/django-googlecalendar
A Django application which provides a front end to one or more Google Calendars
https://github.com/garethr/django-googlecalendar
Last synced: 12 days ago
JSON representation
A Django application which provides a front end to one or more Google Calendars
- Host: GitHub
- URL: https://github.com/garethr/django-googlecalendar
- Owner: garethr
- Created: 2009-04-04T21:41:09.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-11T09:55:17.000Z (over 15 years ago)
- Last Synced: 2024-11-29T12:06:33.901Z (24 days ago)
- Homepage:
- Size: 87.9 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
A Django application which provides a front end to one or more Google Calendars. After entering account details the application provides a management command to import all calendars and events for that user.
./manage.py import_calendardsh2. Credits
Much of the Google Calendar specific code is based on "Django-Google":http://code.google.com/p/django-google/ which appears to be an orphaned project. Most of the code has been modified in some way, partly to tidy up the admin interface and bring it up to working with Django 1.0 and party to make it work.
h2. Depends
The application depends on at least Django 1.0 and uses the "gdata module":http://pypi.python.org/pypi/gdata/1.3.0 available fomr PyPi.
h2. Todo
I'm throwing this up before doing more tidying, which means I still need to:
* Write tests
* Add lots of comments
* Add views and templates to show the calendar