iterate Event And Exceptions
fun iterateEventAndExceptions(where: String?, whereArgs: Array<String>?, body: (EventAndExceptions) -> Unit)
Iterates through events together with their exceptions from the content provider.
Note that the exceptions may contain deleted events.
Parameters
where
selection
where Args
arguments for selection
body
callback that is called for each event (including exceptions)