You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize that icalendar is not supposed to be used for parsing VCARDs, but i do it anyway because the alternative libraries don't seem to be very well maintained (i use the Collection class directly for this). It is no surprise that it does not do what i want:
It seems that subclasses of Collection seem to be able to set special attributes such as required, singletons etc to influence the parsing behavior. I propose such a new attribute which keeps icalendar's parser from escaping semicolons in certain values.
The text was updated successfully, but these errors were encountered:
I realize that icalendar is not supposed to be used for parsing VCARDs, but i do it anyway because the alternative libraries don't seem to be very well maintained (i use the
Collection
class directly for this). It is no surprise that it does not do what i want:It seems that subclasses of
Collection
seem to be able to set special attributes such asrequired
,singletons
etc to influence the parsing behavior. I propose such a new attribute which keeps icalendar's parser from escaping semicolons in certain values.The text was updated successfully, but these errors were encountered: