peopleQuery property

List<String>? peopleQuery
getter/setter pair

Matches only those events whose attendees contain all of the words in the given set.

Entries in the set are considered in "and".

Implementation

core.List<core.String>? peopleQuery;