updateCalendar

fun updateCalendar(id: Long, values: ContentValues, where: String? = null, whereArgs: Array<String>? = null): Int

Updates an existing calendar.

Return

number of updated rows

Parameters

id

calendar ID

values

values to update

where

selection

whereArgs

arguments for selection

Throws

when the content provider returns an error