On Fri, Mar 13, 2009 at 3:05 PM,  <tinn...@isbd.co.uk> wrote:
> Is there an 'offical' Python package for handling .ics files or is the
> follwing the best there is:-
>
>    http://codespeak.net/icalendar/
>
> It seems rather old but Google didn't pop anything else up.

Well, the iCalendar standard doesn't really change, so there's no
particular reason that oldness is bad here (unless you want Python 3.0
compatibility). If the code was correct when it was written, it'll
continue to be correct now; there's no such thing as code rot.

Cheers,
Chris

-- 
I have a blog:
http://blog.rebertia.com
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to