ICalendar v1.0.3 ICalendar.Serialize protocol View Source
Link to this section Summary
Functions
Serialize data to iCalendar format
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function
to_ics(data, options \\ []) View Source
Serialize data to iCalendar format.
Supported options for serializing a calendar:
vendor
a string containing the vendor's name. Will producePRODID:-//ICalendar//My Name//EN
.