update Calendar
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
where Args
arguments for selection
Throws
when the content provider returns an error