write

Type: function
Takes a calendarName as a string, calendarSource as a string, list of events in the format of List[code.model.flows.processors.ical.ICalEvent], a timezone as a string, and whether to include dateEnd as a boolean, and returns an ical formatted string

Body

function(calendarName,calendarSource,events,timezone,includeDateEnd){ ... }

Classpath

Children