Complete a Google Task
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
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
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.