What module to parse/generate ical files?

G

Grant Edwards

What module is recommended for parsing/generating ical files?

Specifically, I'd like to parse invitations generated by MS Outlook
and generate accept/decline responses. I've tinkered with iCalendar
1.2, and have had some success after manualling munging/filtering the
data for some fields:

http://pypi.python.org/pypi/icalendar/1.2

However, I'm not sure it's being maintained. Despite the claim on the
above page that the current version is 2.1, The latest version I can
find is v1.2 from 2006.

I've also run across vobject:

http://vobject.skyhouseconsulting.com/

That appears to be a little more active, but I haven't tried it yet.

Is there a canonical "ical" parser/generator module for Python?
 
M

Michael Crute

What module is recommended for parsing/generating ical files?

However, I'm not sure it's being maintained.  Despite the claim on the
above page that the current version is 2.1, The latest version I can
find is v1.2 from 2006.

I've had pretty good luck with iCalendar, I'm currently using it to
bridge Outlook Web Access to iCal for old versions of Exchange and it
works flawlessly.

--
Michael E. Crute
http://mike.crute.org

It is a mistake to think you can solve any major problem just with
potatoes. --Douglas Adams
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top