Skip to content
Recued
Menu
← Back to recipes

Complete a Google Task

by recued-core v1

Approval-gated completion for one Google Tasks task. It reads the target task for context, then sets status to completed with the current timestamp through the bounded recued-core.google-tasks task.status.set operation. It does not delete tasks, clear completed tasks, edit hidden state, or use arbitrary Google API passthrough.

How it works 6 steps

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

Process (6 steps)
task_id trim
Trim whitespace from setting task id
has_task_id compare
Check if task id has data
task ?
skip: step.has_task_id not_equal true
completed_at date_add
Add 0 days to
complete ?
skip: step.has_task_id not_equal 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 =
task id setting =
tasklist id setting = @default

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-taskstaskscompletestatuswriteapprovalpack:google-tasks

Details

6 steps 3 configurable settings recipe_id: complete-google-task