Calendar Formatting Since Upgrading To Bootstap 5

The click event passes the calendar event data but you have to access it different. Try the following:

dmx-on:eventclick="browser.goto('/CompanyAdminMOTS?QPVehID='+$event.event.extendedProps.VehicleID, true)"

So replace VehicleID with $event.event.extendedProps.VehicleID.

1 Like