Peltoche / ical-rs

Rust parser for ics (rfc5545) and vcard (rfc6350)
Apache License 2.0
110 stars 21 forks source link

Accept lowercase vCards #37

Closed link2xt closed 3 years ago

link2xt commented 3 years ago

According to https://tools.ietf.org/html/rfc6350 property names and values of BEGIN and END are case-insensitive.

Also Thunderbird sends lowercase vCard when asked to attach one, although it can't be parsed anyway because it uses version 2.1 format for output.

link2xt commented 3 years ago

The crate seems to be abandoned though.

@Peltoche could you review/merge pending PRs?

Peltoche commented 3 years ago

Hello everyone,

Sorry for the delay, I don't have much time for my open-sources projects at the moment.

Thanks for the review, everything LGTM :+1: