allenporter/ical

Parsing should not depend on pydantic

allenporter opened this issue · 1 comments

This library needs to offer a way to parse objects that does not leak pydnatic errors, but instead wraps in an ical specific error.

Resolved in #242