VObject: module for reading vCard and vCalendar files
Project description
Description
Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings.
Requirements
Requires python 2.4 or later, dateutil (http://labix.org/python-dateutil) 1.1 or later.
Recent changes
Added VAVAILABILITY support
Improved wrapping of unicode lines, serialize encodes unicode as utf-8 by default