### The problem
I'm getting a `unsupported RDATE parm: TZID=EUROPE/HELSINKI` er…ror in the log after updating from 2022.10.5 to 2022.11.1. Sounds slightly similar to #81409.
### What version of Home Assistant Core has the issue?
2022.11.1
### What was the last working version of Home Assistant Core?
2022.10.5
### What type of installation are you running?
Home Assistant Container
### Integration causing the issue
Google Calendar
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/google
### Diagnostics information
_No response_
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
```txt
Logger: homeassistant.components.google.calendar
Source: components/google/calendar.py:270
Integration: Google Calendar (documentation, issues)
First occurred: 20:51:02 (1 occurrences)
Last logged: 20:51:02
Unexpected error fetching Kalender data: Invalid recurrence rule: {"id": "xxxx", "ical_uuid": null, "summary": "xxxx", "start": {"date": null, "date_time": "2022-07-14T10:00:00+00:00", "timezone": "Europe/Helsinki"}, "end": {"date": null, "date_time": "2022-07-14T11:00:00+00:00", "timezone": "Europe/Helsinki"}, "description": "xxxx", "location": "xxx", "transparency": "opaque", "status": "confirmed", "event_type": "default", "visibility": "public", "attendees": [], "attendees_omitted": false, "recurrence": ["RDATE;TZID=Europe/Helsinki:20220210T130000,20220310T130000,20220414T130000,20220609T130000", "FREQ=MONTHLY;UNTIL=20230309T110000Z;INTERVAL=1;BYDAY=2TH"], "recurring_event_id": null, "original_start_time": null}: unsupported RDATE parm: TZID=EUROPE/HELSINKI
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/gcal_sync/model.py", line 270, in rrule
return rrule.rrulestr("\n".join(self.recurrence), dtstart=self.start.value)
File "/usr/local/lib/python3.10/site-packages/dateutil/rrule.py", line 1732, in __call__
return self._parse_rfc(s, **kwargs)
File "/usr/local/lib/python3.10/site-packages/dateutil/rrule.py", line 1680, in _parse_rfc
raise ValueError("unsupported RDATE parm: "+parm)
ValueError: unsupported RDATE parm: TZID=EUROPE/HELSINKI
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 205, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 270, in _async_update_data
return await self.sync.store_service.async_get_timeline(
File "/usr/local/lib/python3.10/site-packages/gcal_sync/api.py", line 469, in async_get_timeline
return calendar_timeline(
File "/usr/local/lib/python3.10/site-packages/gcal_sync/timeline.py", line 148, in calendar_timeline
value_iter: Iterable[datetime.date | datetime.datetime] = event.rrule
File "/usr/local/lib/python3.10/site-packages/gcal_sync/model.py", line 272, in rrule
raise ValueError(
ValueError: Invalid recurrence rule: {"id": "xxxx", "ical_uuid": null, "summary": "xxxx", "start": {"date": null, "date_time": "2022-07-14T10:00:00+00:00", "timezone": "Europe/Helsinki"}, "end": {"date": null, "date_time": "2022-07-14T11:00:00+00:00", "timezone": "Europe/Helsinki"}, "description": "xxxx", "location": "xxx", "transparency": "opaque", "status": "confirmed", "event_type": "default", "visibility": "public", "attendees": [], "attendees_omitted": false, "recurrence": ["RDATE;TZID=Europe/Helsinki:20220210T130000,20220310T130000,20220414T130000,20220609T130000", "FREQ=MONTHLY;UNTIL=20230309T110000Z;INTERVAL=1;BYDAY=2TH"], "recurring_event_id": null, "original_start_time": null}: unsupported RDATE parm: TZID=EUROPE/HELSINKI
```
### Additional information
_No response_