meetings-capture-sample
meetings-capture-sample copied to clipboard
Global Admin it won't create the meeting
I've repro'd that a Global Admin can run the tab and create the meeting fails on the step creating the Plan on line 41
var pagedItems = await GraphClient.Groups[groupId].Planner.Plans.Request().GetAsync();
https://github.com/microsoftgraph/meetings-capture-sample/blob/master/Source/FY19GraphShowcaseDemo/MeetingCaptureWebApp/Services/PlanTaskService.cs#L41
The Global Admin clearly is in the Team so therefore has access to the Group. But the exception that is returned is
You do not have the required permissions to access this item.
Many devs will use their tenant global admin to install this and demo. @TBag can you repro this?