Skip to content
Recued
Menu
← Back to recipes

Create Microsoft To Do task intake

by recued-core v1

Approval-gated task intake for one Microsoft To Do task list. It creates exactly one task through recued-core.microsoft-todo, then can add checklist items and one linked source resource. It does not delete, complete, batch-update, mutate Outlook categories, attach files, touch open extensions, or call arbitrary Graph endpoints.

How it works 16 steps

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

Process (16 steps)
list_id trim
Trim whitespace from setting list id
title trim
Trim whitespace from setting title
has_list compare
Check if list id has data
has_title compare
Check if title has data
skip_create any
Check if any of the conditions are true
task_list ?
skip: step.skip_create equal true
created_task ?
skip: step.skip_create equal true
task_id default
Apply default
has_task compare
Check if task id has data
created_checklist_items ?
skip: step.has_task not_equal true
source_url trim
Trim whitespace from setting source web url
has_source_url compare
Check if source url has data
should_link_source all
Check if all conditions are true
linked_source ?
skip: step.should_link_source not_equal true
checklist_count count
Count items in setting checklist items
card to_summary
Format results as a summary card
Settings 10 configurable

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

notes setting =
title setting =
list id setting =
microsoft setting =
categories setting =
importance setting = normal
source web url setting =
checklist items setting =
source display name setting = Recued intake
source application name setting = Recued

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 Microsoft connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

microsoft microsoft-todotodotaskcreatechecklistintakeapprovalpack:microsoft-todo

Details

16 steps 10 configurable settings recipe_id: create-microsoft-todo-task-intake