vobject v0.1.0 ICalendar.Encoder View Source

Link to this section Summary

Functions

Encode into iCal format

Encode a component

Encode a key together with parameters

Encode parameters

Encode a property

Encode a value

Link to this section Functions

Encode into iCal format.

Link to this function encode_component(arg) View Source
encode_component({type :: atom(), props :: map()}) :: iodata()

Encode a component.

Link to this function encode_kparam(key, params) View Source

Encode a key together with parameters.

Link to this function encode_params(params) View Source
encode_params(params :: map()) :: String.t()

Encode parameters.

Link to this function encode_prop(key, component) View Source

Encode a property.

Encode a value.