The columnMoveHandling property (string) enables drag and drop moving of calendar columns (in the resource calendar mode).
Available in the calendar component since version 2022.3.5381.
"Disabled"
const calendar = new DayPilot.Calendar("calendar", { columnMoveHandling: "Update", // .. }); calendar.init();