searchEvents runs Google Calendar’s free-text search and follows provider
pages internally. Use it for bounded discovery; use listEvents when you need
page or sync tokens.
Example
Inputs
query is required. limit defaults to 100 and accepts 1–10,000. The
optional calendar, eventTypes, includeDeleted, privateExtendedProperty,
sharedExtendedProperty, singleEvents, timeMin, timeMax, timeZone, and
updatedMin filters match List events.
account selects the Google account.
Output
ReturnsSignal<CalendarEvent[]>, capped at limit; see Get event. Search uses Google’s event-field text matching rather than exact title matching.