OCNORA

Microsoft To Do

Business appsOAuth 2.0credential probe

Microsoft To Do task lists, tasks and linked resources (Microsoft Graph, OAuth2).

OCNORA ships 10 typed Microsoft To Do operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.

Operations 10

  • Complete Task
    Mark a task completed by setting its status; To Do stamps the date.
    ms_todo.complete_task
  • Link Task to a Source
    Attach a linked resource to a task, recording the record in another system that the task came from.
    ms_todo.create_linked_resource
  • Create Task
    Add a task to a list, optionally with notes, an importance, a due date and a reminder.
    ms_todo.create_task
  • Create Task List
    Create a new To Do task list for the connected user.
    ms_todo.create_task_list
  • Delete Task
    Delete a task from a list.
    ms_todo.delete_task
  • Get Task
    Read one task's title, status, notes and dates by its id.
    ms_todo.get_task
  • Get Task List
    Read one task list's name and sharing state by its id.
    ms_todo.get_task_list
  • List Task Lists
    List the connected user's To Do task lists, following Graph paging.
    ms_todo.list_task_lists
  • List Tasks
    List the tasks in a task list, optionally narrowed by an OData filter such as a status.
    ms_todo.list_tasks
  • Update Task
    Change a task's title, notes, status, importance or dates; properties left blank keep their current values.
    ms_todo.update_task

Run your first Microsoft To Do workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.