ICalendarGenerator

Writes an ical4j net.fortuna.ical4j.model.Calendar to a stream that contains an iCalendar (VCALENDAR with respective components and optional VTIMEZONEs).

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun write(event: AssociatedComponents<*>, @WillNotClose to: Writer)

Generates an iCalendar from the given AssociatedComponents.