Skip to main content

Module text

Module text 

Source
Expand description

§Text values

The decoded text value kinds: a single text, and a comma-separated list.

These back the bulk of RFC 5545 properties whose value is plain text (the TEXT value type, RFC 5545 3.3.11): SUMMARY, DESCRIPTION, LOCATION, COMMENT, PRODID, UID, TZID, … for IcalText, and CATEGORIES / RESOURCES for IcalTextList.

Carrying no wire name, the same value type round-trips through any property that shares the kind.

Structs§

IcalText
A single decoded text value (unescaped).
IcalTextList
A decoded comma-separated text list (each item unescaped).