Auto-duplicate a template file when a calendar event is created

When a specific type of meeting is booked on your calendar, a template document is copied and renamed for it.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4)

flowchart TD trig>"calendar event created"]:::trig s0["check event matches pattern"]:::task s1["find template file"]:::svc s2["duplicate and rename file"]:::task trig --> s0 s1 --> s2 gx{"× does event match pattern"}:::gate s0 --> gx p00["find template file"]:::task gx -->|"matches pattern"| p00 p01["duplicate and rename"]:::task p00 --> p01 p10["no action taken"]:::task gx -->|"no match"| p10 p01 --> s1 p10 --> s1 out[/"notes document created and filed"/]:::out pay{{"consistent meeting notes without setup effort"}}:::pay s2 --> out 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 stepAn outside serviceOne path onlyResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
Scheduling & CalendarFile & Cloud Storage
Connects
Google CalendarGoogle Drive

The problem it solves

Before every screening call or client meeting, you have to remember to create a fresh notes document, name it correctly, and put it in the right folder. Skipping that step means scrambling to find or make a template right before the call starts.

Who it fits

Recruiters, HR teams, and anyone who takes structured notes on repeat calls, like sales or user research.

How it works

  1. Triggers when a new event is created on Google Calendar
  2. Checks if the event matches a pattern you set, like title or attendee
  3. Finds the template file in the right Google Drive folder
  4. Duplicates and renames the file using details from the calendar event
What you get

Template files ready and renamed before you sit down

A meeting's note template is copied and renamed automatically as soon as the event lands on your calendar.

What you get

A ready-to-use notes document, named and filed automatically for each qualifying meeting.

What you need

A Google Workspace account with Google Calendar and Google Drive.

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