Skip to content
Recued
Menu
← Back to recipes

Capture a Google Task

by recued-core v1

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 10 steps

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 5 configurable

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.

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

Details

10 steps 5 configurable settings recipe_id: capture-google-task