updateEvents

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

Updates events 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