Scheduling × Payments
Google CalendarStripeAGNT

Automate Google Calendar + Stripe

The shared clock your workflows can read and write. Payments, subscriptions and the events behind revenue. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Meeting Follow-Through → Get AGNT free

Meeting Follow-Through is a ready-made agent built around Google Calendar; point its last step at Stripe to finish this hand-off.

Automations teams run

Each of these runs with a reasoning step between the two tools, so what reaches Stripe is a decision about the Google Calendar event rather than a transcription of it.

When an event starts or ends in Google Calendar…

…an agent can look up customers and charges in Stripe — after reading the context and deciding it should.

When a meeting is created in Google Calendar…

…an agent can summarise revenue activity in Stripe — after reading the context and deciding it should.

When a day begins in Google Calendar…

…an agent can flag anomalies in Stripe — after reading the context and deciding it should.

When a payment succeeds or fails in Stripe…

…an agent can create or move events in Google Calendar — with the reasoning recorded in the run’s receipt.

When a subscription changes in Stripe…

…an agent can add agendas to invites in Google Calendar — with the reasoning recorded in the run’s receipt.

When a dispute opens in Stripe…

…an agent can block focus time in Google Calendar — with the reasoning recorded in the run’s receipt.

The Google Calendar and Stripe hand-off, in full

The two ends are the google-calendar-api node and the stripe-invoice node. What makes this different from a zap is the middle node — it forms a view about the Google Calendar item before anything reaches Stripe.

Google Calendar to Stripe: watch google calendar → read it and decide → act in stripe TRIGGER google-calendar-new-event Watch Google Calendar Fires the moment it happens. ACTION agnt-agent Read it and decide Judged against your own rules. ACTION stripe-invoice Act in Stripe Writes the result across.
Runs on your machine against your own Google Calendar and Stripe accounts. Every run leaves a receipt.
Google Calendar → Stripepaste into a new workflow
{
  "id": "6946d6c9-50df-4a54-a780-f2093299d05c",
  "name": "Google Calendar → Stripe",
  "nodes": [
    {
      "id": "92a7b0bb-3c55-43b9-a322-d7d85570029e",
      "text": "Watch Google Calendar",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "google-calendar-new-event",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {},
      "description": "Listen for events created or updated on a Google Calendar and trigger the workflow.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "3c31297c-0a45-4e18-a629-5922b65fcea4",
      "text": "Read it and decide",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "instructions": "Read the Google Calendar item. Decide whether it warrants action in Stripe, and explain why."
      },
      "description": "Decides whether this Google Calendar item warrants anything in Stripe.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "7a2ce073-4d7e-43c6-a8b4-b64957ac9174",
      "text": "Act in Stripe",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "stripe-invoice",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {},
      "description": "Create and send a Stripe invoice with support for single or multiple line items",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "8585a8ed-af10-4ee9-a06c-690eea9bdf0a",
      "start": {
        "id": "92a7b0bb-3c55-43b9-a322-d7d85570029e",
        "type": "output"
      },
      "end": {
        "id": "3c31297c-0a45-4e18-a629-5922b65fcea4",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "f1db6659-decd-46f3-a01c-4994b96ebdf6",
      "start": {
        "id": "3c31297c-0a45-4e18-a629-5922b65fcea4",
        "type": "output"
      },
      "end": {
        "id": "7a2ce073-4d7e-43c6-a8b4-b64957ac9174",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Install Meeting Follow-Through

Meeting Follow-Through is a working agent built around Google Calendar. Install it, point its last step at Stripe, and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

Build it in AGNT

  1. Download AGNT Community Core — free and local-first.
  2. Connect Google Calendar with one OAuth sign-in and Stripe with an API key pasted into the vault; both land in the local vault.
  3. Start from a marketplace workflow, or drop google-calendar-api and stripe-invoice onto the canvas with an agent between them.
  4. Put an approval gate on anything consequential, then run it — the receipt shows what was read in Google Calendar and what was written to Stripe.

Google Calendar and Stripe — common questions

Can I connect Google Calendar to Stripe without writing code?

Yes. Google Calendar connects with one OAuth sign-in and Stripe with an API key pasted into the vault, both from the local credential vault. You then describe the job in plain language — “when an event starts or ends, look up customers and charges” — and the agent handles the rest.

How is this different from a field-mapping Google Calendar to Stripe automation?

Mapping tools move data; this reasons about it. Rather than copying a field into Stripe, the agent can weigh what arrived from Google Calendar, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my Google Calendar and Stripe data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Google Calendar, Stripe, and your chosen model provider — which can be a local one.

What does a Google Calendar and Stripe run leave behind?

A receipt: what was read in Google Calendar, which tools ran with which arguments, what the agent concluded, and what it wrote to Stripe. Anything consequential can sit behind an approval gate so a person signs off before it happens.

Give AI a job. Get the proof.