ICalendar.Util.Deserialize.desanitized
You're seeing just the function
desanitized
, go back to ICalendar.Util.Deserialize module for more information.
This function should strip any sanitization that has been applied to content within an iCal string.
iex> ICalendar.Util.Deserialize.desanitized(~s(lorem\\, ipsum))
"lorem, ipsum"