The backendUrl property (string) specifies the URL of the integrated server-side backend (ASP.NET MVC, Java versions).
DayPilot.Scheduler.backendUrlnullThis property is used by the integrated server-side backend in the ASP.NET MVC and Java editions.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
backendUrl: "/backend/scheduler",
// ...
});
dp.init();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