Add a Zoom link to calendar events that are missing one

Automatically creates a Zoom meeting link for any calendar event that doesn't already have one.

How the work actually flows

It branches. Exactly one path is taken; runs once per each calendar event.

Pattern: Multiple Instances without Synchronization (12) · Exclusive Choice (4)

flowchart TD trig(["once a day check"]):::trigtime s0[["check upcoming calendar events"]]:::mi s1["filter eligible events"]:::task trig --> s0 s0 --> s1 gx{"× event already has zoom link"}:::gate s1 --> gx p00["skip event"]:::task gx -->|"excluded event"| p00 p10["create zoom link"]:::task gx -->|"eligible event"| p10 p11["update event"]:::task p10 --> p11 p00 --> out p11 --> out out[/"events updated with zoom link"/]:::out pay{{"no more forgotten meeting links"}}:::pay out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepRuns once per itemOne path onlyResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Scheduling & Calendar
Connects
Google CalendarZoom

The problem it solves

You book a meeting on your calendar and then remember, often too late, that you forgot to add a video call link. Chasing down or manually creating a Zoom link for every meeting wastes time and sometimes gets missed entirely.

Who it fits

Anyone who schedules a lot of remote meetings through a shared calendar.

How it works

  1. Once a day, the system checks your calendar for meetings coming up in the next several hours
  2. It skips meetings that are canceled, in person, or already have a Zoom link
  3. For everything else, it creates a new Zoom meeting matching the event's time and details
  4. The event is updated automatically with the new Zoom link
What you get

Video links added without touching calendar

Every meeting on your calendar arrives with a video link already attached, so nobody scrambles to set one up before a call.

What you get

Calendar events automatically updated with a working Zoom link.

What you need

A Google Calendar account and a Zoom account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook