Integrate an iCalendar/ICS parser (RFC5545, RFC7986) #88

Open
opened 2024-02-08 11:17:20 +00:00 by quentin · 0 comments
Owner
Review https://github.com/Peltoche/ical-rs (does not use nom, code is readable, but not sure it's exhaustive) https://github.com/hummingly/ics (only create files, does not work for us) https://github.com/hoodie/icalendar-rs (preferred one, can encode + decode, use nom) Core RFC: https://datatracker.ietf.org/doc/html/rfc5545 Extensions: - [Non-Gregorian Recurrence Rules in the Internet Calendaring and Scheduling Core Object Specification (iCalendar)](https://datatracker.ietf.org/doc/html/rfc7529) - [New properties for iCalendar](https://datatracker.ietf.org/doc/html/rfc7986) - [Event Publishing Extensions to iCalendar](https://datatracker.ietf.org/doc/html/rfc9073) - ["VALARM" Extensions for iCalendar](https://datatracker.ietf.org/doc/html/rfc9074) - [Support for iCalendar Relationships](https://datatracker.ietf.org/doc/html/rfc9253) - [ iCalendar Transport-Independent Interoperability Protocol (iTIP)](https://datatracker.ietf.org/doc/html/rfc5546) - [ Parameter Value Encoding in iCalendar and vCard](https://datatracker.ietf.org/doc/html/rfc6868) - [ Calendar Availability](https://datatracker.ietf.org/doc/html/rfc7953)
quentin added this to the 0.3.0 CalDAV milestone 2024-02-08 11:17:20 +00:00
quentin added the
cat
feature
label 2024-02-08 11:17:20 +00:00
quentin added this to the CalDAV project 2024-02-08 11:17:20 +00:00
Sign in to join this conversation.
No description provided.