Google calender not working after update to 2023.11.3: No module named 'ical.exceptions'

I updated to the actual release today and my Google calendar does not work anymore.
Log puts out this:

Logger: homeassistant.setup
Source: setup.py:215
First occurred: 15:33:58 (1 occurrences)
Last logged: 15:33:58

Setup failed for google: Unable to import component: No module named 'ical.exceptions'
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 215, in _async_setup_component
    component = integration.get_component()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/loader.py", line 816, in get_component
    ComponentProtocol, importlib.import_module(self.pkg_path)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 10, in <module>
    from gcal_sync.api import GoogleCalendarService
  File "/usr/local/lib/python3.11/site-packages/gcal_sync/api.py", line 40, in <module>
    from .model import (
  File "/usr/local/lib/python3.11/site-packages/gcal_sync/model.py", line 18, in <module>
    from ical.exceptions import CalendarParseError
ModuleNotFoundError: No module named 'ical.exceptions'

Same here.

Same problem here.

Same here.

Same here. I’m seeing a number of similar issues after upgrading to 2023.11.3.

Also seeing this after upgrading to 11.3

:cry: Also having this problem :cry:

There’s an issue about that.

Worth reading that (and next time check for an issue and open one if necessary rather than just posting here) as it has details of what causes this (custom integration) and how to resolve it.