The startAutoRefresh(force) method starts calendar auto-refresh.
DayPilot.Calendar.startAutoRefresh(force)force (boolean) - starts auto-refresh even when autoRefreshEnabled is false
const calendar = new DayPilot.Calendar("dp", {
autoRefreshEnabled: false,
// ...
});
calendar.init();
calendar.startAutoRefresh(true);DayPilot.Calendar.autoRefreshEnabled