I’m wondering if this has something to do with the latest changes (I see that google calendar is now able to be configured via frontend this month).
I have calendar events for motor racing events, in the past I have used “F1 - Qualifying #Race !!-10” and it triggers an automation that flashes some lights 10 minutes before the start of the event. The automation worked at the correct time for the first 2 F1 events this year (in March), it wouldn’t have triggered for the last F1 event due to other conditions that would have prevented it, but this weekend the notifications came at the start of the events and not 10 minutes before.
Calendar definition for the Racing calendar from google_calendars.yaml
- device_id: racing
name: Racing
track: true
search: "#Race"
offset: "!!"
The calendar integrations have been rewritten over the last few releases, and there was a bug in offset calculation in one of them, fixed in a patch release. If you see any issues with the latest versions let me know.