jens-maus / node-ical

NodeJS class for parsing iCalendar/ICS files
Apache License 2.0
118 stars 50 forks source link

Organizer is not parsed properly (e.g. if CN is missing or if not formatted how you would expect) #303

Open titanism opened 7 months ago

titanism commented 7 months ago

There is a core bug in the parsing for organizer.

For example, this is not parsed at all (e.g. event.organizer is not defined) for ORGANIZER;SENT-BY:"MAILTO:sray@host.com":MAILTO:jsmith@host.com.... however this IS parsed ORGANIZER;CN="Sebastian Pekarek";SENT-BY="foo@gmail.com":mailto:mail@sebbo.net.