minusWords property

List<String>? minusWords
getter/setter pair

Matches only those events that do not contain any of the words in the given set in title, description, location, or attendees.

Entries in the set are considered in "or".

Implementation

core.List<core.String>? minusWords;