hoodie / icalendar-rs

📆 icalendar library, in Rust of course - for fun
Apache License 2.0
126 stars 34 forks source link

Convert parsed properties into DatePerhapsTime #46

Closed WhyNotHugo closed 2 years ago

WhyNotHugo commented 2 years ago

This adds a helper TryFrom implementation to convert parsed properties into DatePerhapsTime.

Fixes: https://github.com/hoodie/icalendar-rs/issues/44

hoodie commented 2 years ago

looks good to me, thank you!

hoodie commented 2 years ago

sorry for the delay, thanks for your contribution 👍

WhyNotHugo commented 2 years ago

Thanks for the quick release!