Skip to content
Recued
Menu
← Back to recipes

End active Google Meet conference

by recued-core v1

Always-approval-gated workflow to end the currently active conference in one Google Meet space. It reads the space first for context, then calls recued-core.google-meet.space.end_active_conference only when an active conference is present. It does not delete the space, edit settings, schedule Calendar events, download artifacts, or call arbitrary Google APIs.

How it works 9 steps

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

Process (9 steps)
space_id trim
Trim whitespace from setting space id
has_space_id compare
Check if space id has data
space ?
skip: step.has_space_id not_equal true
active_conference default
Apply default
has_active_conference compare
Check if active conference has data
skip_end any
Check if any of the conditions are true
ended_conference ?
skip: step.skip_end equal true
skipped compare
Check if skip end equals true
card to_summary
Format results as a summary card
Settings 3 configurable

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

google setting =
reason setting = End active meeting after owner approval.
space 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-meetmeetvideo-callend-callapprovaldestructivepack:google-meet

Details

9 steps 3 configurable settings recipe_id: end-google-meet-active-conference