The ApplicationSearch query for Calendar has two user typeaheads, for "Created By" and "Invited". These currently use the older plain-old user typeaheads, so you can't type things like `viewer()` or `members(project)`.
They should be converted to the new-style `PhabricatorPeopleUserFunctionDatasource`. Differential has a couple of these and might serve as a reasonable example.