View Source Naiveical.Modificator (Naiveical v1.0.0)
Allows creation and modifications of an icalendar file.
Link to this section Summary
Functions
Change a number of values in the ical_text.
Remove all elements of a specific type.
Inserts another element (or any text) into the ical_text just before the ending of the element.
Link to this section Functions
@spec change_value(String.t(), String.t(), String.t() | DateTime.t() | nil) :: String.t()
Change a number of values in the ical_text.
Remove all elements of a specific type.
@spec insert_into(String.t(), String.t(), String.t(), Keyword.t()) :: {:ok, String.t()} | {:error, String.t()}
Inserts another element (or any text) into the ical_text just before the ending of the element.