loading ======= Triggered when event fetching starts/stops.
function( *isLoading*, *view* )
Triggered with a `true` argument when the calendar begins fetching events via AJAX. Triggered with `false` when done. Last argument is the current [View Object](../views/View_Object). This function is often used to show/hide a loading indicator.