I got it to work when I shorted the string event_description with the function left(event_description, 30). I was not aware that "matches" is only working on short strings. Is this by design?
Anyhow, I am glad it works now...
Hello, I want to make the phone silent whenever the calendar has an entry. However this should not happen if the calendar entry has the word "home" in the title or if the calendar entry has the word "Reise" in the description. The first part (home office, Homeoffice, etc) is working well. However fo...