Skip to content
Recued
Menu
← Back to recipes

Google Meet conference artifact brief

by recued-core v1

Read-only post-meeting brief for one Google Meet conference record. It reads the conference record, participants, optional recording metadata, optional transcript metadata, and optional transcript entries through recued-core.google-meet, then asks the AI summarizer for attendance, decisions, risks, follow-ups, artifact links, and next actions. It never downloads Drive recordings, fetches Docs transcript files, edits Meet spaces, ends live calls, schedules Calendar events, or calls arbitrary Google APIs.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (20 steps)
conference_record_id trim
Trim whitespace from setting conference record id
transcript_id trim
Trim whitespace from setting transcript id
conference ?
participants ?
recordings ?
skip: config.include_recordings not_equal true
transcripts ?
skip: config.include_transcripts not_equal true
has_transcript_id compare
Check if transcript id has data
skip_entries any
Check if any of the conditions are true
transcript_entries ?
skip: step.skip_entries equal true
participants_list default
Apply default
participant_count count
Count items in participants list
recording_list default
Apply default
recording_count count
Count items in recording list
transcript_list default
Apply default
transcript_count count
Count items in transcript list
entries_list default
Apply default
entry_count count
Count items in entries list
summarize ?
participant_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Prepare a concise post-meeting brief: attendance, timing, artifacts, likely decisions, risks, open questions, follow-ups, owners, and concrete next actions. Do not invent facts outside the Meet record and transcript entries.
google setting =
max length setting = 1000
transcript id setting =
include recordings setting = true
include transcripts setting = true
conference record id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

google google-meetmeetconference-recordparticipantstranscriptsrecordingsai-summarypack:google-meet

Details

20 steps 7 configurable settings recipe_id: google-meet-conference-artifact-brief