Google Calendar - Past events

The HA calendar card is able to show an event which has just passed but the exposed sensors only show current / future start and end dates.

I need to see the end-date of an event that is no longer shown in the calendar entity attributes.

In detail an Airbnb calendar shared into a google calendar records the start and end dates with 00:00:00 as the time. This means that a booking that ends on say the 7th Jan disappears from the end-date sensor as soon as the current date/time is after midnight on the 7th. The booking is really still active until check-out at say 10:00:00.

Is there a way to see what the calendar card sees, that I can’t see? (Removing the search: does not help.)

Config details here:

- cal_id: 5cn3d6q2s5o6djqg91a83d...
  entities:
  - device_id: airbnb
    ignore_availability: true
    name: AirBNB
    track: true
    search: 'Reserved'   

cal card