Build ICalendar key-value strings
iex> ICalendar.Util.KV.build(“foo”, “bar”) “foo:bar\n”
iex> ICalendar.Util.KV.build(“foo”, nil) “”