The eventBarVisible property (boolean) determines whether the event bar should be visible.
Available since version 2022.1.5225.
true
const month = new DayPilot.Month("month", { eventBarVisible: false, // ... }); month.init();