Skip to main content

Module parser

Module parser 

Source

Modules§

escape
RFC 5545 §3.3.11 TEXT value escape handling.
line
Logical line tokenization per RFC 5545.
unfold
RFC 5545 §3.1 content line unfolding.

Functions§

parse_calendar
Parse the full ICS document into a typed VCalendar.
parse_events
Thin compatibility wrapper returning only the events.
parse_indices
Parse index specifier: “3”, “1,4,6”, “3-7”, “1,3-5,8” Returns sorted, deduplicated 1-based indices.