Implement Todo/Task attachment apis in Microsoft Graph Api

Implement Todo/Task attachment apis in Microsoft Graph Api
32

Upvotes

Upvote

 Jan 13 2022
0 Comments 
New

As a follow on from the following question

 

https://docs.microsoft.com/en-us/answers/questions/690206/microsoft-graph-todotask-attachments.html

 

Could equivalent attachment apis for Todos/Tasks in the Microsoft Graph Api please be implemented as per the current outlook apis.

 

GET https://outlook.office.com/api/v2.0/me/tasks('{task_id}')/attachments
POST https://outlook.office.com/api/v2.0/me/tasks('{task_id}')/attachments
DELETE https://outlook.office.com/api/v2.0/me/tasks('{task_id}')/attachments('{attachment_id}')

 

This would allow us to move our production systems away from the soon to be deprecated outlook api.