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] and a timezone as a string, and returns an ical formatted string

Body

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

Classpath

Children