v0.12.0 - Completely revamped ical parsing #170
lennart-k
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains a completely revamped ical parser which is much stricter than the previous one
but in turn offers less error-prone recurrence expansion and better future-proofness for JMAP support in the future.
Breaking changes
You can configure whether rustical should skip broken objects or panic on startup:
or
By default this is set to true.
In case too many issues arise you can safely revert to
v0.11.Known issues
The Etar Calendar app generates invalid calendar data when creating a recurring event with an end date.
These events will be rejected in this version since they are wrong and some other clients also don't know how to handle them.
I've submitted a PR to Etar hoping that this will be fixed soon. Etar-Group/Etar-Calendar#2024
What's Changed
calendar-queryreport to be correct in more casesPRODIDFull Changelog: v0.11.17...v0.12.0
This discussion was created from the release v0.12.0 - Completely revamped ical parsing.
Beta Was this translation helpful? Give feedback.
All reactions