vote up 1 vote down star
2

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?

flag

3 Answers

vote up 2 vote down check

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/

link|flag
vote up 2 vote down

There's also vobject which was developed for the Chandler project and seems to be more actively maintained. It's also BSD-licensed which might be important for your use case.

link|flag
vote up 2 vote down

I've used MaxM's icalendar module. It can build and parse iCalendar files.

link|flag

Your Answer

Get an OpenID
or

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