Parsing an iCalendar file in C
问题 I am looking to parse iCalendar files using C. I have an existing structure setup and reading in all ready and want to parse line by line with components. For example I would need to parse something like the following: UID:uid1@example.com DTSTAMP:19970714T170000Z ORGANIZER;CN=John Doe;SENT-BY="mailto:smith@example.com":mailto:john.doe@example.com CATEGORIES:Project Report, XYZ, Weekly Meeting DTSTART:19970714T170000Z DTEND:19970715T035959Z SUMMARY:Bastille Day Party Here are some of the