Recued
Menu
← Back to recipes

Todoist daily task digest

by recued-core v1 13 views

Use “Todoist daily task digest” in Recued. It provides a scheduled, read-only digest for Todoist.

How it works 30 steps

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

Process (30 steps)
today_raw ?
overdue_raw ?
skip: config.include_overdue not_equal true
upcoming_raw ?
skip: config.include_upcoming not_equal true
priority_raw ?
skip: config.include_priority_one not_equal true
backlog_raw ?
skip: config.include_no_due_date not_equal true
projects_raw ?
labels_raw ?
defaults defaults
Apply defaults
tasks flatten
Flatten nested lists in
today_count count
Count items in today
overdue_count count
Count items in overdue
upcoming_count count
Count items in upcoming
priority_count count
Count items in priority
backlog_count count
Count items in backlog
task_count count
Count items in tasks
project_count count
Count items in projects
label_count count
Count items in labels
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
task_rows slice
Take a subset of
today_rows slice
Take a subset of
overdue_rows slice
Take a subset of
task_titles pluck
Extract content from each item
task_titles_text join
Join items with ", "
task_table to_table
Format results as a data table
today_table to_table
Format results as a data table
overdue_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 12 configurable

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

todoist setting =
channels setting = in_app
end hour setting = 10
language setting = en
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
include overdue setting = true
include upcoming setting = true
notify when tasks setting = true
include no due date setting = true
include priority one setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

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

About

Tags

todoist todoisttaskstodayoverduedaily-plandigestschedulenotificationproductivitypack:todoist

Details

30 steps 12 configurable settings recipe_id: today-digest-todoist