EventReader

Generates an Event from an iCalendar in a Reader source.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun fromVEvent(event: VEvent): Event
Link copied to clipboard
fun readEvents(from: Reader, properties: MutableMap<String, String>? = null): List<Event>

Parses an iCalendar resource, applies at.bitfire.synctools.icalendar.validation.ICalPreprocessor and EventValidator to increase compatibility and extracts the VEVENTs.