The autoRefreshEnabled property (boolean) enables the AutoRefresh feature in the JavaScript Scheduler component.
DayPilot.Scheduler.autoRefreshEnabledfalseJavaScript
const dp = new DayPilot.Scheduler("dp", {
autoRefreshEnabled: true,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
autoRefreshEnabled: true,
// ...
};React
<DayPilotScheduler
autoRefreshEnabled={true}
{/* ... */}
/>Vue
<DayPilotScheduler
:autoRefreshEnabled="true"
<!-- ... -->
/>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