iCalendar icon indicating copy to clipboard operation
iCalendar copied to clipboard

A minimal iCalendar (RFC 5545) parser in Swift

Results 2 iCalendar issues
Sort by recently updated
recently updated
newest added

When a description contains a new line, everything afterwards is truncated. It works perfectly though for a continuous block of text. Is this behaviour intended?

I find the parser to be too strict, for example upon finding an unknown V type it could just skip it, instead of throwing an error. Also, if there is...