These docs are for an old release. Info on upgrading to version 2/3
edit doc

loading

Triggered when event fetching and resource fetching starts/stops.

function( isLoading, view )

Triggered with a true argument when the calendar begins fetching events via AJAX. Triggered with false when done.

view is the current View Object.

This function is often used to show/hide a loading indicator.