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()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot