---
title: refetchResourcesOnNavigate
---

Whether to refetch and rerender resources when the user navigates to a different date or changes the view.

<div class='spec'>

Boolean, *default*: `false`

</div>

If `refetchResourcesOnNavigate` is set to `true`...

- A [resources function](resources-function) will receive `start`, `end`, and `timezone` parameters
- A [resources JSON feed](resources-json-feed) will be requested with `start`, `end`, and `timezone` parameters
