The stopAutoRefresh() method stops calendar auto-refresh.
DayPilot.Calendar.stopAutoRefresh()const calendar = new DayPilot.Calendar("dp", {
autoRefreshEnabled: true,
// ...
});
calendar.init();
calendar.stopAutoRefresh();DayPilot.Calendar.autoRefreshEnabled