readTasks

fun readTasks(reader: Reader): List<Task>

Parses an iCalendar resource and extracts the VTODOs.

Return

list of filled Task data objects (may have size 0)

Parameters

reader

where the iCalendar is taken from

Throws

when the iCalendar can't be parsed

on I/O errors