0.110 - Calendar only loading the first 2 weeks on month view

Just updated to 0.110.1 and tried the calendar on the front end.
For some reason I only get the first 2 weeks populated:


Yet when switching to the week view I have the full list

This is my calendar view from Google:

I have same issue. Also it seems not update correct.
Add a new event. Restart HA but the new event is not shown in the calendar

Hi, I may be late but the default max entries per calendar is 5!

To change this go to google_calendars.yaml and add “max_results: 30” (for example) .

- cal_id: [email protected]
  entities:
  - device_id: my_calendar
    ignore_availability: true
    name: My Calendar
    track: true
    max_results: 30

Thanks. I had overseen this when I set up my gcal ages ago…

Thank you for this!
I’m currently doing some testing and fail to fully understand how this works.
I created some events in a google calendar yesterday and today.
I currently have the default setting which is 5 results. As a result it stopped working once I reached 5 events.
But when will the events set in the calendar for yesterday disappear so that new results can come in?

I can set a limit for 100, but eventually that will get full as well if it doesn’t remove past events :-s