Create Microsoft To Do task intake
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
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
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.