DayPilot.Calendar.onAutoRefresh(args)
If auto refresh is enabled, this event is fired in intervals specified using autoRefreshInterval.
In ASP.NET WebForms, ASP.NET MVC and Java versions it is fired before the server side event.
dp.onAutoRefresh = function(args) {
dp.events.load("/loadEvents");
};