View Source Naiveical.Creator.Icalendar (Naiveical v0.1.8)

Helper functions to create icalender elements.

Link to this section Summary

Link to this section Functions

Link to this function

create_valarm(description, trigger)

View Source
Link to this function

create_valert(description, date)

View Source
Link to this function

create_vcalendar(method \\ "PUBLISH", prod_id \\ "Excalt")

View Source

Creates a VCALENDAR object.

Link to this function

create_vevent(summary, dtstart, dtend, location \\ "", description \\ "", class \\ "PUBLIC")

View Source

Creates a new VEVENT object.

Link to this function

create_vtodo(summary, due, dtstamp \\ DateTime.utc_now(), opts \\ [])

View Source

Creates a new VTODO object.