Expand description
§Version
The calendar version indicator.
IcalVersion is the decoded VERSION line: one of the two defined
versions (vCalendar 1.0 / iCalendar 2.0), an unrecognised or missing one
normalising to V2_0 at decode time.
It sits apart from the other properties because the syntax tree, which is
what preserves the raw VERSION line byte for byte, treats it as part of
the calendar envelope. Pure model, no syntax dependency.
Structs§
- Parse
Ical Version Error - Parse iCalendar version error.
Enums§
- Ical
Version - The iCalendar version: one of the two defined versions. An unrecognised or
missing version normalises to
V2_0(see the module docs).