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§
- Ical
Text - A single decoded text value (unescaped).
- Ical
Text List - A decoded comma-separated text list (each item unescaped).