The backendUrl property (string) specifies the URL of the integrated server-side backend (ASP.NET MVC, Java versions).
DayPilot.Month.backendUrlnullThis property is used by the integrated server-side backend in the ASP.NET MVC and Java editions.
JavaScript
const month = new DayPilot.Month("dp", {
backendUrl: "/backend/month",
// ...
});
month.init();