Google Calendar + Stripe: paid bookings and revenue tracking.
Connect Calendar bookings with Stripe charges, refund on cancellation, or charge usage-based meeting fees. For coaches, consultants, and paid-consultation services.
Workflows fire when something happens in Google Calendar.
- Event CancelledWebhook
- New EventWebhook
- Event EndedWebhook
- Event StartedWebhook
- Event UpdatedWebhook
Workflows do something in Stripe, instantly.
- Cancel SubscriptionAPI
- Create ChargeAPI
- Create Checkout SessionAPI
- Create CouponAPI
- Create CustomerAPI
- Create Payment IntentAPI
Pick the way that fits your stack.
Pair pages are mirrored. Each direction gets its own dedicated page.
When something happens in Google Calendar, do it in Stripe.
5 Google Calendar triggers wired to 31 Stripe actions. Most-used pairing: Event Cancelled → Cancel Subscription.
Or fire it the other way around.
10 Stripe triggers wired to 7 Google Calendar actions downstream.
See Stripe → Google Calendar →Common Google Calendar → Stripe workflows.
Pick a pairing to set it up in two minutes. Each one is a fully editable recipe.
Fires when an event is cancelled or deleted from the selected Google Calendar. Use to release Zoom resources, update CRM activity, or notify attendees via another channel.
Fires when an event is cancelled or deleted from the selected Google Calendar. Use to release Zoom resources, update CRM activity, or notify attendees via another channel.
Fires when an event is cancelled or deleted from the selected Google Calendar. Use to release Zoom resources, update CRM activity, or notify attendees via another channel.
Fires when an event is cancelled or deleted from the selected Google Calendar. Use to release Zoom resources, update CRM activity, or notify attendees via another channel.
Fires when a new event is added to the selected Google Calendar. Used to mirror booked meetings into CRM, send prep, or auto-create Zoom links.
Fires when a new event is added to the selected Google Calendar. Used to mirror booked meetings into CRM, send prep, or auto-create Zoom links.
Fires when a new event is added to the selected Google Calendar. Used to mirror booked meetings into CRM, send prep, or auto-create Zoom links.
Fires when a new event is added to the selected Google Calendar. Used to mirror booked meetings into CRM, send prep, or auto-create Zoom links.
Fires when an event in the selected Google Calendar ends. Polls for events whose end time falls inside the most recent polling window. Use to follow up after a meeting or to kick off a recording/summary pipeline.
Connect Google Calendar and Stripe in five steps.
No code, no glue, no half-day setup. Each step is one click.
- 1ConnectAuthorize Google Calendar and Stripe
Open TinyCommand, authorize Google Calendar and Stripe once each. Both connections are available to every workflow on your account.
- 2TriggerPick a Google Calendar trigger
Drop the Google Calendar → Event Cancelled trigger onto the canvas. TinyCommand auto-registers the webhook.
POST /v1/webhooks/google-calendar.trigger-event-cancelled - 3TransformAdd a filter or AI step
Optionally add a Filter node ("subject contains URGENT") or an AI step ("classify intent") between trigger and action.
- 4ActionAdd the Stripe action
Drop the Stripe → Cancel Subscription action below it. Map fields from the Google Calendar payload into the Stripe inputs.
stripe.cancel-subscription - 5PublishPublish and forget
Hit Publish. TinyCommand runs it in production from second one. Watch the run-log fill up.