1

Is it possible to get the permissions on a shared task list with EWS or Graph API? Also, how to get the Task Groups via API?

enter image description here

1 Answer 1

1

As of today, it is not possible to get To-do Tasks sharing information and folder groups from any of EWS and Graph APIs.

The fields that are available for sharing on Graph are "isOwner" and "isShared"

todoTaskList resource type - Microsoft Graph v1.0 | Microsoft Learn

if the user is the owner of the given task list, then isOwner: True.

if the task list is shared with other users, then isShared: True.

Sign up to request clarification or add additional context in comments.

1 Comment

That's what I thought too. Thanks @Karan.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.