icalendar.parse - to parse and fix calendars #1250
niccokunzmann
started this conversation in
Ideas
Replies: 1 comment
-
|
No further comments from me. What's written above makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
icalendar.parse can be an easy entry point to parse calendars and other components.
Currently, we have jCal and iCal as input.
Both can be a bit broken, too.
icalendar.parse should take care of the following circumstances:
Discussion
icalendar.Calendar.from_ical is supposed to keep the calendar intact as much as possible.
This function alters the calendar and applies known fixes. (deduplication for example)
Related
@tobixen do you have input on this?
Beta Was this translation helpful? Give feedback.
All reactions