Questions tagged [microsoft-todo]

21 questions
7
votes
1 answer

Access Microsoft Todo List via Rest API

I want to get my to-dos from my Microsoft Todo (https://to-do.live.com) but I don't have a clue on how to get started. I searched online but did not find documentation for a REST API. Does anyone know how to access certain Todo lists from MS Todo…
5
votes
1 answer

Getting Forbidden Error in Microsoft ToDo Tasks create subscription Graph API

When creating subscription using Graph API, we are getting the below error even if we have enough permission in access token. Token permissions: Calendars.ReadWrite Contacts.ReadWrite Tasks.ReadWrite User.Read profile openid email { "error": { …
3
votes
1 answer

Power Automate add item to Microsoft To Do "Assigned to me"

I am trying to connect to azure devops and when a work item is updated, I am adding the work items details to Microsoft Todo(to-do.office.com). I am able to push messages as Tasks or Flagged email but I do not have option to move todo item to…
Kurkula
  • 6,386
  • 27
  • 127
  • 202
3
votes
2 answers

How to get and set custom sorting order on MS To-Do using GraphAPI

Requirement Explanation I'm developing a company dashboard, wish MS To-Do is part of as a widget, and there is no value if I can't sync task sorting order between tools such as MS To-Do, Outlook, or To-Do mobile applications. Outlook Tasks REST…
2
votes
1 answer

How to order tasks by importance in microsoft todo task graph API?

I'm trying to programmatically retrieve the same information which the Microsoft ToDo desktop and mobile app display. While I'm able to load the tasks, I'm not able to retrieve them in the same order. In the app you can sort by importance, which…
Saskia Keil
  • 162
  • 1
  • 4
2
votes
1 answer

Is it possible to set category on a Microsoft To Do task using the Microsoft Graph API?

I'm interested in using Graph API in order to manage tasks within MS To do. I've already found documentation for creating a new task. However, I didn't find anything about the following during a new task creation or task update: Is it possible to…
1
vote
1 answer

Microsoft Graph API To Do List Call (Cannot Convert ITodoListCollectionPage to Todo)

I am creating a .Net Core application in which a user can login/logout with their microsoft 365 account and also view their Task Lists/Tasks via the Microsoft Graph API. I am currently trying to request the list via the API using. Controller.cs …
Dylan52
  • 61
  • 2
  • 10
1
vote
0 answers

Microsoft Graph To Do API returns status code 500

I have the application for MS ToDo users. Some users get "500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed." error. Request: GET…
0
votes
1 answer

Event when a user is completing a todo or other task

I would like to use tasks instead of email for part of our system. I know how to create a task with MS Graph but what I am looking for is a way to run an azure function whenever a user is completing the task I sent. Is there something I can listen…
Ofer Gal
  • 707
  • 1
  • 10
  • 32
0
votes
1 answer

Difference of lastModifiedDateTime and bodyLastModifiedDateTime in Microsoft Graph todo task apis

In Microsoft Graph Todo Task Item documents (this link) there are two fields with two different names but with the same description: lastModifiedDateTime and bodyLastModifiedDateTime. Anyone knows the difference of these 2 fields?
0
votes
1 answer

Create ToDo-Tasks for other users

Is it possible to create a ToDo-Task for other users using a single Admin login? I have registered an app, and set "API permissions" for Tasks.Read, Tasks.ReadWrite, User.Read.All I have two users. An admin user, and a test user. I acquire an…
0
votes
1 answer

Microsoft Graph To Do API: How to get only Outlook tasks?

We have a solution built on the Outlook Tasks API, which is now deprecated and will stop working in August 2022. We'd like to transition to the To Do API with as low effort as possible (for now). So how to we get the Outlook tasks from the To Do…
0
votes
2 answers

Can't access Microsoft To Do list using the MS Graph API

I try to make programm in python to add appointments to Microsoft To Do I'm using the Microsoft Graph API with following code: import requests import msal import atexit import os.path TENANT_ID = 'X CLIENT_ID = 'Y' AUTHORITY =…
Mehmet
  • 31
  • 1
  • 1
  • 4
0
votes
1 answer

How to run Microsoft To Do from command line or from AutoHotkey?

How to open Microsoft To Do (2.56.43053) from command line of Windows 10 Enterprise (1909). I need this answer in order to create keyboard shortcut to AutoHotkey. There might be also be another way to open the program in AutoHotkey. So far, I have…
Heikki
  • 2,214
  • 19
  • 34
0
votes
1 answer

How to have control of the `Save` button while configuring new tab in MS teams

I have to build a tab in MS Teams and I am looking for how I can have control of the button seen below: By control I mean how can disable and enable accordingly. The way Microsoft Task By Planner and To-Do have
GMAC
  • 788
  • 4
  • 23
1
2