You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to setup a Google calendar I get the following error in HA. I use the secret url from the Google calendar as the url. The calendar is shared between me and the family but is not the one auto-generated by Google. I have two other Google calendar´s from the same account and they are working just fine.
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 554, in async_update_ha_stateawait self.async_device_update()File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 784, in async_device_updateawait coroFile "/config/custom_components/ical/calendar.py", line 74, in async_updateawait self.ical_events.update()File "/config/custom_components/ical/__init__.py", line 139, in updateself.calendar = self._ical_parser(File "/config/custom_components/ical/__init__.py", line 172, in _ical_parserif "UNTIL" in rrule:
File "/usr/local/lib/python3.10/site-packages/icalendar/caselessdict.py", line 89, in __eq__return self is other or dict(self.items()) == dict(other.items())AttributeError: 'str'object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
When trying to setup a Google calendar I get the following error in HA. I use the secret url from the Google calendar as the url. The calendar is shared between me and the family but is not the one auto-generated by Google. I have two other Google calendar´s from the same account and they are working just fine.
The text was updated successfully, but these errors were encountered: