Keep going
Every workflow on Rundown University, free for 7 days
Members get all guides, courses, live sessions, and $1,000+ in partner perks.
published jun 18, 2026
Members get every guide, course, and $1,000+ in partner perks.
In this guide, you will learn how to use Google Workspace Studio to turn upcoming meetings into automatic prep time and a Gemini-written brief. The key move is building the workflow inside Google so you get a real AI meeting-prep system without Claude, ChatGPT, or a separate automation tool.
You will build a Google Workspace Studio flow that starts before a meeting, asks Gemini to write a short prep brief, creates a Google Doc, and drops a prep block onto your calendar with the doc link inside it.
The outcome here is not another chat response. It is protected time on your calendar and a brief waiting where you will actually use it.
If you can open studio.workspace.google.com/manage, you are far enough along to build this workflow. Availability depends on your Workspace plan and rollout.
Once the base version works, the next move is not adding more AI. The next move is tightening the workflow for different meeting types.
Good extensions:
You can also add a Check if or Filter step later if you want to narrow the flow to specific meeting types instead of every event on your calendar.
The reusable pattern is simple: trigger before the meeting, generate the brief, create the doc, and place the link inside the prep block. Once that works, you can adapt it to almost any meeting-heavy workflow inside Google Workspace.
Go to Workspace Studio (https://studio.workspace.google.com/manage) and create a new flow. Use Based on a meeting as the starter, then add these actions in order:
In the meeting starter, keep the setup simple:
That gives you a workflow that fires shortly before the meeting instead of at the exact start time, which is the whole point.
If a brand-new calendar event does not show up right away during testing, wait a few minutes. Workspace Studio warns that calendar changes can take a little time to sync into the flow picker.
The Gemini step is where you decide whether this becomes useful or generic. Do not ask for a vague summary. Ask for a short brief that tells you what matters before the call.
Use a prompt like this:
Search the web for any news that is relevant to my upcoming meeting, and summarize the results in a paragraph.
Write a concise meeting prep brief with these sections: Context Summary, Open Loops, Questions To Ask, Suggested Agenda, and Source Notes. Use Workspace context when available, include a do-not-assume note if context is thin, and keep it short enough to read in under 10 minutes.
Meeting title: [Meeting title variable]
Meeting description: [Event description variable]
This structure works because it forces Gemini to do a job, not just generate text. You want context, open loops, questions, and a suggested agenda. That gives you something you can actually use in the 10 minutes before the meeting starts.
Next, configure the doc step so the output has somewhere to live.
In Create a doc, use:
Then configure Block time with the meeting variables instead of hard-coded values:
Pro tip: Create the doc before the block-time step. That is what gives you the doc link variable you can paste into the calendar block description.
This is the part most people miss. If the brief only lives in Docs, you still have to go hunt for it. Putting the link directly inside the prep block makes the workflow usable.
Before you enable the flow for real, create one fake meeting in Google Calendar at a convenient time. Then go back to Studio, click Test run, and select that meeting from the dropdown.
That test matters because it shows you the full chain:
Open the calendar event and confirm the link is there. Then open the doc itself and inspect the output. You want to see a short brief with the sections you asked for, not a wall of AI filler.
If the brief is too generic, tighten the Gemini prompt and run the test again. Once the fake meeting test looks right, turn the flow on.
Keep going
Members get all guides, courses, live sessions, and $1,000+ in partner perks.