getEventValues

fun getEventValues(id: Long, projection: Array<String>? = null, where: String? = null, whereArgs: Array<String>? = null): ContentValues?

Gets the main event row of a specific event, identified by its ID, from this calendar.

Return

event row (or null if not found)

Parameters

id

event ID

Throws

when the content provider returns an error