These docs are for an old release. Info on upgrading to v5
edit doc

datesRender

Triggered when a new set of dates has been rendered.

function( info )

info is a plain object with the following:

view

The current View Object.

el

The HTML element for the container of the current view.

This triggers after viewSkeletonRender callback but before the eventRender callbacks.

If you need access to individual day-cells, use dayRender.