otoxteam / web_ical

web_ical is an esay iCalendar Rust library. It’s goals are to read and write ics web files (Google Calendar, Airbnb Calendar and more) data in a developer-friendly way.
MIT License
15 stars 11 forks source link

Allow creating a Calendar instance from a local file #4

Open clawoflight opened 4 years ago

clawoflight commented 4 years ago

How do you even test this without that?

steveej commented 4 years ago

The possibility to do this was introduced via the Calendar::new_from_data.