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 uses America/New_York as the default timezone, and returns an ical formatted string

Body

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

Classpath

Children