Skip to main content

Module mode

Module mode 

Source
Available on crate feature parser only.
Expand description

§Escaping mode

The one place the codec consults the calendar version.

Value escaping differs between vCalendar 1.0 (versit) and iCalendar 2.0 (RFC 5545 3.3.11), and parameter encoding (RFC 6868) exists only from 2.0.

A value node and a parameter node therefore each carry an Escaper telling the sibling escape and unescape codecs which rules to apply.

Enums§

Escaper
The escaping rules to apply, selected by the calendar version.