I want to send an iCalendar http://en.wikipedia.org/wiki/ICalendar email attachment using Django. Is there an open source library to build an iCalendar file in Python and/or available for Django?
+3
A:
As stated before, there is vobject, that is working fine (I have used it recently).
You can find good information about ical, vobject and django in this blog post :
http://blog.thescoop.org/archives/2007/07/31/django-ical-and-vobject/
madewulf
2009-10-30 13:24:35
BTW, since this answer, I wrote a blog post about this question: http://www.multitasked.net/2010/jun/16/exporting-schedule-django-application-google-calen/
madewulf
2010-09-14 14:28:15