The autoRefreshInterval property (number) specifies the delay between auto-refresh requests in seconds.
DayPilot.Scheduler.autoRefreshInterval60JavaScript
const dp = new DayPilot.Scheduler("dp", {
autoRefreshInterval: 120,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
autoRefreshInterval: 120,
// ...
};React
<DayPilotScheduler
autoRefreshInterval={120}
{/* ... */}
/>Vue
<DayPilotScheduler
:autoRefreshInterval="120"
<!-- ... -->
/>Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot