Skip to main content

Google Calendar Fetch Events Tool

The Google Calendar Fetch Events Tool retrieves events from your Google Calendar using advanced search queries.
It is useful for workflows that need to locate, process, or analyze calendar events.

  • query ¹ (string): Text search query to find events by summary or description.
  • timeMin ¹ (string, optional): Lower bound (inclusive) for event start time (RFC3339 timestamp).
  • timeMax ¹ (string, optional): Upper bound (exclusive) for event end time (RFC3339 timestamp).
  • googleClientId (string, user config): Google OAuth2 Client ID.
    You must create an OAuth2 client in Google Cloud Console before using this tool.
  • accessToken (OAuth, user config): Google Calendar Authentication.
    This field will be auto-filled if you use the CONNECT CALENDAR button.
  • maxResults (integer, user config): Maximum number of events to fetch (default: 10, min: 1, max: 100)

Google Calendar Listing Workflow


(1) Provided by the AI Data Processing Node as a result of processing its input.