Microsoft To Do daily task digest
Scheduled read-only digest for one Microsoft To Do task list. It reads the list and a bounded page of tasks through recued-core.microsoft-todo, renders the current task rows, and can send an in-app notification when active tasks are visible. It never creates, updates, completes, deletes, mutates checklist items, touches attachments/extensions, or calls arbitrary Graph endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (12 steps)
list_id
trim
Trim whitespace from setting list id
task_list
?
tasks_raw
?
tasks
default
Apply default
task_count
count
Count items in 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
task_rows
slice
Take a subset of
task_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
list id
setting
=
channels
setting
=
in_app
end hour
setting
=
10
task top
setting
=
50
weekdays
setting
=
1,2,3,4,5
microsoft
setting
=
row limit
setting
=
20
start hour
setting
=
8
task filter
setting
=
status ne 'completed'
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.