Skip to content
Recued
Menu
← Back to recipes

Daily Google Tasks plan

by recued-core v1

Scheduled morning task plan for one Google Tasks list. It reads tasks due today through the recued-core.google-tasks capability pack, renders a compact table, and optionally sends an in-app nudge when due tasks are present. Read-only: task creation, completion, edits, and moves stay behind the pack's approval-gated write operations.

How it works 15 steps

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

Process (15 steps)
today_window date_period
Apply date_period
tasks_raw ?
tasks default
Apply default
open_tasks filter
Filter by condition
task_count count
Count items in open tasks
has_tasks compare
Check if task count is greater than 0
notify_enabled compare
Check if setting notify when tasks equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
sorted_tasks sort
Sort by
rows slice
Take a subset of
titles pluck
Extract title from each item
titles_text join
Join items with " "
table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

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

google setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
tasklist id setting = @default
notify when tasks setting = true

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

Send notificationsRead your Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

google google-taskstasksdaily-planscheduletriggernotificationproductivitypack:google-tasks

Details

15 steps 8 configurable settings recipe_id: google-tasks-daily-plan