queryEvents

fun queryEvents(_where: String? = null, _whereArgs: Array<String>? = null): List<T>

Queries events from this calendar. Adds a WHERE clause that restricts the query to Events.CALENDAR_ID = id.

Return

events from this calendar which match the selection

Parameters

_where

selection

_whereArgs

arguments for selection