find First Calendar
fun findFirstCalendar(where: String?, whereArgs: Array<String>?, sortOrder: String? = null): AndroidCalendar?
Queries existing calendars and returns the first calendar that matches the search criteria.
Return
first calendar that matches the search criteria (or null)
Parameters
where
selection
where Args
arguments for selection
sort Order
sort order
Throws
when the content provider returns an error