DayPilot.Scheduler.backendUrl

The backendUrl property (string) specifies the URL of the integrated server-side backend (ASP.NET MVC, Java versions).

Declaration

DayPilot.Scheduler.backendUrl

Default Value

null

Notes

This property is used by the integrated server-side backend in the ASP.NET MVC and Java editions.

Examples

JavaScript

const dp = new DayPilot.Scheduler("dp", {
  backendUrl: "/backend/scheduler",
  // ...
});
dp.init();

See Also

DayPilot.Scheduler Class