updateEventRows

fun updateEventRows(values: ContentValues, where: String?, whereArgs: Array<String>?): Int

Updates event rows in this calendar.

Return

number of updated rows

Parameters

values

values to update

where

selection

whereArgs

arguments for selection

Throws

when the content provider returns an error