ICalendar.Util.Deserialize.retrieve_kvs
You're seeing just the function
retrieve_kvs
, go back to ICalendar.Util.Deserialize module for more information.
This function extracts the key and value parts from each line of a iCalendar string.
iex> ICalendar.Util.Deserialize.retrieve_kvs("lorem:ipsum")
%ICalendar.Property{key: "LOREM", params: %{}, value: "ipsum"}