On Thu, Dec 29, 2011 at 6:04 AM,  <tinn...@isbd.co.uk> wrote:
> In the (rather sparse) documentation for the vobject package it has,
> in the section about parsing iCalendar objects, the following:-
>
>    >>> parsedCal = vobject.readOne(icalstream)

Presumably you have this vobject package. Assuming it's installed
correctly, all you need to do is:

import vobject

and then vobject.readOne should be available.

Chris Angelico
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to