find Event Row
fun findEventRow(projection: Array<String>?, where: String?, whereArgs: Array<String>?): ContentValues?
Gets the first event row that matches the given query.
Return
first event row that matches where/whereArgs (or null
if not found)
Throws
when the content provider returns an error