Automation - google calendar refresh

Is there a way to refresh google calendar after add event in automation?

2 Likes

Maybe the update entity service?

https://www.home-assistant.io/docs/scripts/service-calls/#homeassistant-services

Do you think like:

service: remote_homeassistant.reload
data: {}

No.

service: homeassistant.update_entity

Not working, probably because I run automation from remote HA using remote home assistant integration.

Yeah it was only a guess, assuming you actually specified the calendar entity_id for the service.

Yas I add it like this:

service: homeassistant.update_entity
data: {}
target:
  entity_id: calendar.mami

Any other idea how to solve calendar entity refresh on remote AH. What about browser_mod?

I tried this locally but also not working.

@lpt2007 did you figure it out? I am trying to achieve the same.

No, sorry.

If you find the way please let me know.

There used to be a service “google.scan_for_calendars” that worked well but I think it’s been deprecated.