Package-level declarations
Types
Link copied to clipboard
data class AssociatedComponents<T : CalendarComponent>(val main: T?, val exceptions: List<T>, val prodId: ProdId? = null)
Represents a set of components (like VEVENT) stored in a calendar object resource as defined in RFC 4791 section 4.1. It consists of
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ICalendarGenerator
Writes an ical4j net.fortuna.ical4j.model.Calendar to a stream that contains an iCalendar (VCALENDAR with respective components and optional VTIMEZONEs).
Link copied to clipboard
Custom iCalendar parser that applies error correction using ICalPreprocessor.