User Profile
kikogeruk
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Adding SharePoint tab using graph not possible when pointing to folder
Hi all, we are struggling to find a solution for this issue: We need to add a SPO folder as a tab to Team channel using Graph; We cannot use the website tab, as it produces authentication issues (401 - Unauthorized); It works fine when adding a library, but when adding a folder extension, this does not work and returns "Not Found"; When trying to patch a folder path over an existing tab, it works for a couple of seconds and then reverts back to just the library. Did anyone get this to work? Below our call: https://graph.microsoft.com/beta/teams/[team]/channels/[channel]/tabs { "displayName": "[name]", "email address removed for privacy reasons": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/com.microsoft.teamspace.tab.files.sharepoint", "configuration": { "entityId": "", "contentUrl": "https://[domain].sharepoint.com/sites/[site]/Shared%20Documents/General", "websiteUrl": "https://[domain].sharepoint.com/sites/[site]/Shared%20Documents/General" } } Has anyone managed to get this to work or reliably overcome the Unauthorized issue? Cheers 🙂 Max132Views0likes0CommentsCreate Tab call in Teams call for MS Planner showing all Tasks, not just from referenced Planner
Hi all, we are struggling with an issue POSTing to the "Add tab to channel" endpoint using Graph API. The calls succeed, but the tab instead of showing tasks from the referenced Plan shows "My Tasks" and therefore all tasks assigned to the user looking at the tab. We have tried to find any reference of this behaviour, but were unable to find a solution. Any ideas? Body below: POST /teams/{team-id}/channels/{channel-id}/tabs { "email address removed for privacy reasons": "https://graph.microsoft.com/beta/appCatalogs/teamsApps/com.microsoft.teamspace.tab.planner", "entityId": "tt.c_<channelId>_p_<planId>", "contentUrl": "https://tasks.teams.microsoft.com/teamsui/{tid}/Home/PlannerFrame?page=7&auth_pvr=OrgId&auth_upn={userPrincipalName}&groupId={groupId}&planId=<planId>&channelId={channelId}&entityId={entityId}&tid={tid}&userObjectId={userObjectId}&subEntityId={subEntityId}&sessionId={sessionId}&theme={theme}&mkt={locale}&ringId={ringId}&PlannerRouteHint={tid}&tabVersion=20200228.1_s", "websiteUrl": "https://tasks.office.com/b3f4f7c2-72ce-4192-aba4-d6c7719b5766/Home/PlanViews/<planId>?Type=PlanLink&Channel=TeamsTab", "removeUrl": "https://tasks.teams.microsoft.com/teamsui/{tid}/Home/PlannerFrame?page=13&auth_pvr=OrgId&auth_upn={userPrincipalName}&groupId={groupId}&planId=<planId>&channelId={channelId}&entityId={entityId}&tid={tid}&userObjectId={userObjectId}&subEntityId={subEntityId}&sessionId={sessionId}&theme={theme}&mkt={locale}&ringId={ringId}&PlannerRouteHint={tid}&tabVersion=20200228.1_s" } <planId> and <channelId> are filled in with the actual plan and channel id.284Views0likes1CommentStrange issue with calculated column containing dates
Dear all, I have an SP list with a date column ("Expiry Date)" and a calculated text column with: =IF(ISBLANK([Current Contract Expiry]),"No Expiry Date",IF(Today>([Current Contract Expiry]),"No","Yes")) The issue is that the formula does not seem to work in some cases only. E.g.: date is 31/07/2020 sometimes gives "Yes", sometimes "No". If I change the date to sometime else and then back it seems to work, but I need to make sure I understand why this is happening to avoid it in the future. Any ideas? Thanks, Max743Views0likes0CommentsSP List permissions not propagating on item level...
Hi all, we have a site with standard setting, standard permissions and nothing else that after 7 years of SP work can think of that causes this behavior: All list items on this site, in existing and new lists, completely ignore the list-level permissions. It doesn't make any difference what I set at list-level, no items adopt these. E.g.: List permissions are set to: Group Owners - Full Control Group Members - Edit Group Visitors - Read Custom Group 1 - Read Custom Group 2 - Edit But all items only have: Group Owners - Full Control Group Members - Edit This means visitors can see the list, but no items. The list item access settings are set correctly: Like I mentioned, this happens for any existing and new list, so I don't think this is a list issue.... Any ideas? I'm stumped...1.2KViews0likes4Comments
Groups
Recent Blog Articles
No content to show