skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
https://vobject.sameenkarim.com
258 stars 93 forks source link

Why does vobject split the "description" field's value by commas? #163

Open Surmoka opened 3 years ago

Surmoka commented 3 years ago

DESCRIPTION is for some reason treated as MultiTextBehavior and upon 'decoding' it is split by commas. Why?