vote up 8 vote down star
1

Does anyone know of any existing packages or libraries that can be used to build a calendar in a django app?

flag

4 Answers

vote up 8 vote down check

A quick google search reveals django-calendar, which looks like exactly what you need. It would also be worth looking at the snippets under the calendar tag on Django Snippets at http://www.djangosnippets.org/tags/calendar/.

link|flag
The link you supply responds with: Your client does not have permission to get URL /p/django-calendar/ from this server. – Brandon Craig Rhodes Aug 5 at 19:52
vote up 1 vote down

svn checkout http://django-calendar.googlecode.com/svn/trunk/ django-calendar-read-only svn: URL 'http://django-calendar.googlecode.com/svn/trunk' doesn't exist

so google search may reveal, but it's no longer exists.

link|flag
The project can only be downloaded as a tarball from the project page. In other words, they aren't using google code for SVN. – Van Gale Mar 30 at 21:14
vote up 1 vote down

It seems that django-calendar has become django-agenda: http://github.com/dokterbob/django-agenda

link|flag
vote up 0 vote down

I'm often needing a calendar so have started my own project for this: http://simonharrison.info/django-calendar/

It's all on github

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.