py-vobject / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
http://py-vobject.github.io/
29 stars 7 forks source link

Support ignoring un-escaped commas when parsing property values? #55

Open da4089 opened 3 months ago

da4089 commented 3 months ago

See https://github.com/Kozea/Radicale/issues/1558

da4089 commented 1 month ago

This might also apply to SEMI-COLON values, also supposed to be escaped in text values, but possibly not in some cases.