Skip to content
Recued
Menu
← Back to recipes

Microsoft To Do daily task digest

by recued-core v1

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

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

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

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

About

Tags

microsoft microsoft-todotodotasksdaily-planschedulenotificationmicrosoft-graphpack:microsoft-todo

Details

12 steps 10 configurable settings recipe_id: microsoft-todo-daily-task-digest