Capture a Google Task
Approval-gated quick capture into one Google Tasks list. It creates exactly one task with a title, optional notes, and optional due timestamp through the recued-core.google-tasks task.create operation. No deletes, batch writes, hidden/deleted fields, link mutation, or arbitrary Google API calls are exposed.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (10 steps)
title
trim
Trim whitespace from setting title
has_title
compare
Check if title has data
has_due
compare
Check if setting due has data
skip_dated
any
Check if any of the conditions are true
skip_undated
any
Check if any of the conditions are true
create_dated
?
skip: step.skip_dated equal true
create_undated
?
skip: step.skip_undated equal true
created_task
ternary
Apply ternary
skipped
compare
Check if has title does not equal true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
due
setting
=
notes
setting
=
title
setting
=
google
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.