failure to access the hack together repository template .env.user.local details #55
-
Hey folks, I'm new to Teams Development and I need help on how I can access the PlANNER_GROUP_ID, PLANNER_PLAN_ID and the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @AnthonyByansi, great question! Exciting to see your are integrating Planner into your teams app. Here is what I do to get Planner group id, plan id and bucket id:
Let me know if you have any questions along the way. Keep me posted 🙂 |
Beta Was this translation helpful? Give feedback.
-
I'm new to teams development and my application isn't that ready for submission. But thanks a lot @aycabas |
Beta Was this translation helpful? Give feedback.
Hi @AnthonyByansi, great question! Exciting to see your are integrating Planner into your teams app.
Here is what I do to get Planner group id, plan id and bucket id:
Go to your plan in Microsoft Planner, link will contain both group id and plan id, your link should look like this:
https://tasks.office.com/microsoft.onmicrosoft.com/en-US/Home/Planner/#/plantaskboard?groupId={YOUR-GROUP-ID}&planId={YOUR-PLAN-ID}
Once I get your group id and plan id from the Planner url, I usually go to Graph Explorer, login with my account that has the planner, copy the
plan id
in the following queryhttps://graph.microsoft.com/v1.0/planner/plans/{plan-id}/buckets
, make sure that I consent required per…