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)
  • requireToolUse (boolean, user config): Require tool use (forces the LLM to always call this tool; default: true)

    Note: When enabled, the node will retry tool calls up to the number of times set in Max Tool Retries in the AI Data Processing Node.

Google Calendar Listing Workflow


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