View Source Naiveical.Modificator (Naiveical v0.1.8)

Allows creation and modifications of an icalendar file.

Link to this section Summary

Link to this section Functions

Link to this function

add_timezone_info(ical_text)

View Source
Link to this function

change_value(ical_text, tag, new_value)

View Source
Link to this function

change_value_txt(ical_text, tag, new_value)

View Source
Link to this function

change_value_txt(ical_text, tag, new_value, new_properties)

View Source
Link to this function

change_values(ical_text, tag_values)

View Source

Change a number of values in the ical_text.

Link to this function

delete_all(ical_text, tag)

View Source

Remove all elements of a specific type.

Link to this function

delete_all!(ical_text, tag)

View Source
Link to this function

insert_into(ical_text, new_content, element, opts \\ [])

View Source

Inserts another element (or any text) into the ical_text just before the ending of the element.