findEvents

fun findEvents(where: String?, whereArgs: Array<String>?): List<AndroidEvent>

Queries events from this calendar.

Adds a WHERE clause that restricts the query to CalendarContract.EventsColumns.CALENDAR_ID = id.

Return

events from this calendar which match the selection

Parameters

where

selection

whereArgs

arguments for selection

Throws

when the content provider returns an error