Skip to main content

Module binary

Module binary 

Source
Expand description

§Binary value

The decoded binary value kind.

Backs the binary-bearing properties (ATTACH, IMAGE, STRUCTURED-DATA) where the value is inline base64 rather than an external URI reference (the BINARY value, RFC 5545 3.3.1, carried with ENCODING=BASE64).

A property referencing an external URI decodes to IcalUri instead. The form is told by the line’s VALUE / ENCODING parameters, and the payload is kept verbatim (base64 is not decoded to bytes).

Enums§

IcalBinary
A decoded binary value: an external URI reference, or inline base64 kept as its raw text.