SOLVED

Determine Group Planner URL from PowerShell

Silver Contributor

Is there a way to determine what your Planner url will be for a Group via PowerShell?

 

Right now it uses a big random set of characters.  

 

https://tasks.office.com/contoso.com/EN-US/Home/PlanViews/qrQXj68AXEOKO1Q-p9yG32QAAW5p

9 Replies
What are you trying to achieve with it? What's the use case please?
I'd like to put together my own SharePoint list of Groups with quick links to each of the major workloads (then do list item permissions on it), and place it on our intranet home page for "My Groups"

I've got it all mostly working and can get most everything right except the calendar (separate thread) and the planner.

I don't think so. You need to use Graph API instead of powershell.

Any guidance on the request url to get to that level of planner information?

I can query the Graph API and find out all kinds of stuff, but it seems to return way less information than the PowerShell Get-UnifiedGroup commands.

This is where I am starting: https://graph.microsoft.io/en-us/docs/api-reference/v1.0/api/group_get

Or do I need to go backwards, and query Planner to correlate it to my list of Groups?
best response confirmed by VI_Migration (Silver Contributor)
Solution
Quick update, found a "direct link" from sharepoint site that can be used to redirect to Planner

https://mytenant.sharepoint.com/sites/group_mygroupname/_layouts/15/groupstatus.aspx?Target=PLANNER

Same thing can be used for other services (CALENDAR, NOTEBOOK, PLANNER), havent found it for CONVERSATIONS or FILES, but Planner was the only one I ever really needed in the first place :)

Very Interesting Info!

so the bottom line is that there is no way to get a list with...

 

O365Groupname + full Planner Url

 

example:

My Test Group + https://tasks.office.com/<tenant name>/EN-US/Home/PlanViews/vdyL4XGLpEqoV1EADf2_n5YAFXvF

 

..right ?

 

Is the Planner "data" stored in the SPO site ? if yes, where do i see it form a file point of view ?

thx

I would sell my soul if you can get me the info....i've tried this and cant seem to get it to work. I understand, we're several years later...thanks
1 best response

Accepted Solutions
best response confirmed by VI_Migration (Silver Contributor)
Solution
Quick update, found a "direct link" from sharepoint site that can be used to redirect to Planner

https://mytenant.sharepoint.com/sites/group_mygroupname/_layouts/15/groupstatus.aspx?Target=PLANNER

Same thing can be used for other services (CALENDAR, NOTEBOOK, PLANNER), havent found it for CONVERSATIONS or FILES, but Planner was the only one I ever really needed in the first place :)

View solution in original post