ExportEvent(summary, start, end, filename?, location?, description?, isAllDay?) - Export an event in iCalendar format. Returns a temporary URL to the file.
summary - The summary (name) of the event. start - The start of the event, as a date and time. end - The end of the event, as a date and time. filename - The name of the output file. Default: event.ics location - The location of the event. description - The description of the event. isAllDay - True if the event is an all-day event. ExportCalendar(summaryColumn, startColumn, endColumn, filename?, locationColumn?, descriptionColumn?, isAllDayColumn?) - Export a calendar/table of events in iCalendar format. Returns a temporary URL to the file.
summaryColumn - Column containing: The summary (name) of the event. startColumn - Column containing: The start of the event, as a date and time. endColumn - Column containing: The end of the event, as a date and time. filename - The name of the output file. Default: events.ics locationColumn - Column containing: The location of the event. descriptionColumn - Column containing: The description of the event. isAllDayColumn - Column containing: True if the event is an all-day event.