-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deserialization for ICS #7
base: main
Are you sure you want to change the base?
Conversation
Thanks for the draft. I planned to make the lib fully compliant with RFC 5545 #1 Will work on the parser soon |
@lukas-h any updates on this? Would really like to have access to this for my app. Thanks for the package so far! |
refactor null safety
Hi @emme1444 I didn’t put in the effort to build this feature. So we might ask @jonasfranz, |
As I see @jonasfranz, your branch is diverging from the dartclub/ical main. Would be a great start to pull all of the new commits Thanks for the effort! |
This PR adds some basic deserialization features for parsing iCal-Files. The example implementation only contains a subset of the
VEVENT
element. This implementation could be extended in the future. I currently don't have time to implement the deserialization for all elements myself. Maybe somebody else can do it.