Peltoche / ical-rs

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

Add access functions for properties #53

Closed reedts closed 1 year ago

reedts commented 1 year ago

Currently, looking for a Property inside of a ical component is rather tedious. I added simple access functions to trait Component to make access easier and implemented them for the Ical* types.

Peltoche commented 1 year ago

Hello @reedts, thanks for this contribution.

This seems ok for me.