Exceptions
These are all the custom exceptions you might encounter when using iCal-library
.
CalendarParentRelationError
Bases: ValueError
Indicate finding the tree root failed as it did not find a VCalendar root.
Source code in ical_library/exceptions.py
7 8 9 10 |
|
VEventExpansionFailed
Bases: ValueError
Indicate the expansion based on recurring properties failed.
Source code in ical_library/exceptions.py
13 14 15 16 |
|
MissingRequiredProperty
Bases: ValueError
Indicate a required property is not set for a Component.
Source code in ical_library/exceptions.py
19 20 21 22 23 24 25 26 27 28 29 30 31 |
|