Willem_Koopman
Jan 13, 2022Copper Contributor
Status:
New
Implement Todo/Task attachment apis in Microsoft Graph Api
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.
No CommentsBe the first to comment