DayPilot.Calendar.stopAutoRefresh

The stopAutoRefresh() method stops calendar auto-refresh.

Declaration

DayPilot.Calendar.stopAutoRefresh()

Example

const calendar = new DayPilot.Calendar("dp", {
  autoRefreshEnabled: true,
  // ...
});
calendar.init();

calendar.stopAutoRefresh();

See Also

DayPilot.Calendar.autoRefreshEnabled

DayPilot.Calendar.startAutoRefresh()

DayPilot.Calendar Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript