Description ----------- Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (experimentally) hCalendar unicode strings. Requirements ------------ Requires python 2.7 or later, dateutil 2.4.0 or later. Recent changes -------------- - Python 3 compatible - Updated version of dateutil (2.4.0 and above) - More comprehensive unit tests available in tests.py - Performance improvements in iteration - Test files are included in PyPI download package For older changes, see - http://eventable.github.io/vobject/#release-history or - http://vobject.skyhouseconsulting.com/history.html