Enhancement: extend planner task list with assignedTo
See original GitHub issueBased on conversation #3052 we should extend the planner task list command with a new option.
Option | Description |
---|---|
--assignedToUserIds [assignedToUserIds] |
The comma-separated IDs of the assignees the task is assigned to. Specify either assignedToUserIds or assignedToUserNames but not both. |
--assignedToUserNames [assignedToUserNames] |
The comma-separated UPNs of the assignees the task is assigned to. Specify either assignedToUserIds or assignedToUserNames but not both. |
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Extend `planner task list` to list tasks in a bucket or plan · Issue ...
Extend planner task list command to list tasks in a bucket or plan. Description. Lists the planner tasks in a bucket, plan, or...
Read more >Manage your tasks in Microsoft Planner
See all tasks assigned to you. In Planner - select My tasks in the left pane. In Microsoft To-Do - turn on Assigned...
Read more >Contemplating the Oddities of Planner Limits
Moving on to the Planner limits for tasks, the fundamental building blocks of plans, we find that a task can be assigned to...
Read more >Notifications: Information about work assigned to me
The Task Assignee receives an email notification when the Planned Completion Date of the task changes, unless the user who changed the Planned...
Read more >57 Best To-do List Apps of 2023 for Personal Task Management
Built-in Calendar app for syncing tasks. Cons. Many of the critical features are available only with the Premium plan. Does not include advanced ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Good catch. The answer has been given that app permissions are not here and that this use case cant be implemented
Hi, I would suggest following.
If there is no way to retrieve tasks from another user, then lets block the option if you do not pass a group.
When you go through group tasks you should be able to filter. If there is no way to do it with a graph call, then lets do it in memory.
Is this ok for you?
Cheers