icalendar.parser package#
Submodules#
Module contents#
This module parses and generates contentlines as defined in RFC 5545 (iCalendar), but will probably work for other MIME types with similar syntax. Eg. RFC 2426 (vCard)
It is stupid in the sense that it treats the content purely as strings. No type conversion is attempted.