AppsPricingBlogTry it
Stripe logo
Microsoft Outlook Calendar logo

Connect Stripe to Microsoft Outlook Calendar

Use 11 documented Stripe triggers to run 16 documented Microsoft Outlook Calendar actions.

11 source triggers
16 target actions
Reverse direction supported

Why Connect Stripe & Microsoft Outlook Calendar?

Start with a Stripe event

Choose from 11 documented triggers, including New Custom Webhook Events, Canceled Subscription, New Abandoned Cart.

Run a Microsoft Outlook Calendar action

Send the event into one of 16 documented actions, such as Accept Event, Create Calendar Event, Decline Event.

Map and review the workflow

Choose the fields and conditions for the workflow, then test the result before activation.

Available Triggers & Actions

Stripe logo

Stripe

Triggers (11)

New Custom Webhook Events

Emit new event on each webhook event

webhook
Canceled Subscription

Emit new event for each new canceled subscription

polling
New Abandoned Cart

Emit new event when a customer abandons their cart.

polling
New Customer

Emit new event for each new customer

polling
New Dispute

Emit new event for each new dispute

polling
New Failed Invoice Payment

Emit new event for each new failed invoice payment

polling
New Failed Payment

Emit new event for each new failed payment

polling
New Invoice

Emit new event for each new invoice

polling
New Payment

Emit new event for each new payment

polling
New Subscription

Emit new event for each new subscription

polling
Subscription Updated

Emit new event on a new subscription is updated

polling

Actions (24)

Cancel A Payment Intent

Cancel a PaymentIntent. See the documentation.

Cancel Or Reverse A Payout

Cancel a pending payout or reverse a paid payout. See the documentation here and here

Cancel Subscription

Cancel a subscription. See the documentation

Capture a Payment Intent

Capture the funds of an existing uncaptured payment intent. See the documentation.

Confirm A Payment Intent

Confirm that your customer intends to pay with current or provided payment method. See the documentation.

Create a Customer

Create a customer. See the documentation.

Create a Payment Intent

Create a payment intent. See the documentation.

Create a Payout

Create a payout. See the documentation.

Create A Refund

Create a refund. See the documentation.

Create a Usage Record

With metered billing, you charge your customers based on their consumption of your service during the billing cycle, instead of explicitly setting quantities. Use this action to create a usage record for metered billing. See the docs for more information

Create Billing Meter

Creates a billing meter. See the documentation.

Create Invoice

Create an invoice. See the documentation.

Create Invoice Line Item

Add a line item to an invoice. See the documentation.

Create Price

Creates a new price for an existing product. The price can be recurring or one-time. See the documentation

Create Product

Creates a new product object in Stripe. See the documentation.

Create Subscription

Create a subscription. See the documentation.

Delete a Customer

Delete a customer. See the documentation.

Delete Invoice Line Item

Delete a line item from an invoice. See the documentation.

Delete Or Void Invoice

Delete a draft invoice, or void a non-draft or subscription invoice. See the documentation.

Finalize Draft Invoice

Finalize a draft invoice. See the documentation.

List Balance History

List all balance transactions. By default returns an array of transaction objects (auto-paginated up to Limit). Set Return Pagination Info to true to instead receive { data, has_more, next_starting_after } for a single Stripe page (max 100 per call) — pass next_starting_after as Starting After on the next call to iterate. See the documentation.

List Customers

Find or list customers. By default returns an array of customer objects (auto-paginated up to Limit). Set Return Pagination Info to true to instead receive { data, has_more, next_starting_after } for a single Stripe page (max 100 per call) — pass next_starting_after as Starting After on the next call to iterate. See the documentation.

List Invoices

Find or list invoices. By default returns an array of invoice objects (auto-paginated up to Limit). Set Return Pagination Info to true to instead receive { data, has_more, next_starting_after } for a single Stripe page (max 100 per call) — pass next_starting_after as Starting After on the next call to iterate. See the documentation.

List Payment Intents

Retrieves a list of payment intents that were previously created. By default returns an array of payment intent objects (auto-paginated up to Limit). Set Return Pagination Info to true to instead receive { data, has_more, next_starting_after } for a single Stripe page (max 100 per call) — pass next_starting_after as Starting After on the next call to iterate. See the documentation.

Microsoft Outlook Calendar logo

Microsoft Outlook Calendar

Triggers (5)

Calendar Event Deleted (Instant)

Emit new event when a Microsoft Outlook Calendar event is deleted. Because deleted events cannot be re-fetched from the Outlook API after deletion, this trigger emits notification metadata only (not the full event object). The emitted payload includes the deleted event identifier (eventId), changeType, subscriptionId, tenantId, and notificationTimestamp. Downstream processors must rely solely on this metadata. See the documentation

webhook
New Calendar Event (Instant)

Emit new event when a new Calendar event is created

webhook
New Calendar Event Update (Instant)

Emit new event when a Calendar event is updated

webhook
New Upcoming Calendar Event

Emit new event when a Calendar event is upcoming, this source is using reminderMinutesBeforeStart property of the event to determine the time it should emit.

polling
New Upcoming Calendar Event (Polling)

Emit new event based on a time interval before an upcoming calendar event. See the documentation

polling

Actions (16)

Accept Event

Accept a calendar event invitation and optionally send a response to the organizer. Use **List Events** or **Get Event** to find the event ID. See the documentation

Create Calendar Event

Create an event in the user's default calendar. Supports one-time and recurring events. See the documentation and recurring event example.

Decline Event

Decline a calendar event invitation and optionally propose an alternate time. Use **List Events** or **Get Event** to find the event ID. To propose a new time, pass proposedNewTime as a JSON string with start and end objects (each with dateTime in ISO 8601 format and timeZone as a Windows timezone name, e.g. "Pacific Standard Time"). Alternate-time proposals are only valid when the event has allowNewTimeProposals: true and sendResponse is true. See the documentation

Delete Calendar Event

Delete an event in the user's default calendar. See the documentation

Delete Recurring Event Instance

Delete an individual instance of a recurring event in the user's default calendar. See the documentation

Find Meeting Times

Suggest meeting times and locations based on organizer and attendee availability. See the documentation

Get Current User

Returns the authenticated Microsoft user's ID, display name, email, and principal name via Microsoft Graph. Call this first when the user says 'my calendar', 'my events', or needs to identify themselves as organizer/attendee. Use id or mail to filter results from **List Events** or set the organizer in **Create Calendar Event**. See the documentation.

Get Event

Retrieve a calendar event by its Microsoft Graph event ID. Pass the id from **List Events** when you need full details (for example body, attendees, or recurrence) that list responses may omit or truncate. See the documentation

Get Free/Busy Schedule

Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. See the documentation

List Events

Get a list of event objects in the user's mailbox. See the documentation

List Time Zone Options

Retrieves available options for the Time Zone field.

Search Contacts

Search for contacts by name from your saved contacts list and retrieve their email addresses. See the documentation

Search People

Retrieve a collection of person objects ordered by their relevance to the user, based on communication and collaboration patterns and business relationships. See the documentation

Tentatively Accept Event

Tentatively accept a calendar event invitation and optionally propose an alternate time. Use **List Events** or **Get Event** to find the event ID. To propose a new time, pass proposedNewTime as a JSON string with start and end objects (each with dateTime in ISO 8601 format and timeZone as a Windows timezone name, e.g. "Pacific Standard Time"). Alternate-time proposals are only valid when the event has allowNewTimeProposals: true and sendResponse is true. See the documentation

Update Calendar Event

Update an event in the user's default calendar. See the documentation

Update Recurring Event Instance

Update an individual instance of a recurring event in the user's default calendar. See the documentation

Integration Features

11 documented Stripe triggers
16 documented Microsoft Outlook Calendar actions
Configurable field mapping
Conditional workflow steps
Execution monitoring
A supported Microsoft Outlook Calendar to Stripe direction

Capability Examples

Stripe trigger → Microsoft Outlook Calendar action

Catalog example
StripeStripe

New Custom Webhook Events

Microsoft Outlook CalendarMicrosoft Outlook Calendar

Accept Event

Microsoft Outlook Calendar trigger → Stripe action

Reverse direction
Microsoft Outlook CalendarMicrosoft Outlook Calendar

Calendar Event Deleted (Instant)

StripeStripe

Cancel A Payment Intent

How It Works

1

Connect Apps

Authenticate your Stripe and Microsoft Outlook Calendar accounts

2

Choose a Trigger

Select a documented Stripe event

3

Choose an Action

Select the documented Microsoft Outlook Calendar operation to run

Test and Review

Verify field mapping and provider responses before activation

Frequently Asked Questions

Integration Benefits

Trigger-driven Workflows

Start the supported direction from one of 11 documented Stripe triggers.

Automated Actions

Run one of 16 documented Microsoft Outlook Calendar actions after the selected trigger fires.

Provider Authentication

Review the authentication requirements published by each provider before activating the workflow.

Guided Configuration

Select a documented trigger, choose a target action, and map the fields required by the workflow.

Field Mapping

Map the fields exposed by the selected trigger and action, then review the required provider inputs.

Execution Review

Test the workflow and review provider responses before relying on it in production.

Microsoft Outlook Calendar logoStripe logo

Reverse Integration Available

Also connect Microsoft Outlook Calendar to Stripe for bidirectional automation

View Integration
Stripe logo

All Stripe Integrations

Explore all available Stripe connections

View All Integrations
Microsoft Outlook Calendar logo

All Microsoft Outlook Calendar Integrations

Explore all available Microsoft Outlook Calendar connections

View All Integrations

Ready to Connect Stripe & Microsoft Outlook Calendar?

Build this supported workflow in Mazaal AI and test it with your own provider accounts.

Get Started Free