Microsoft Graph
5 TopicsDisplay person-card directly without hover - Microsoft Graph Tool Kit
I'm building SPFx solution which pull users from SharePoint list. I want to show user details and along with Email, Phone number, Call Icons similar to person card. Since Microsoft graph toolkit already has an component names person-card, I would like to use by passing email parameter of the user to component. But when I saw the document and jsfiddler example. Both are showing the display person card based on hover. But I want to show it directly instead of hover or click. Please point me to right direction if I miss anything from https://docs.microsoft.com/en-gb/graph/toolkit/components/person. <mgt-person person-query="me" show-name show-email person-card="hover"> </mgt-person>Solved2.1KViews0likes1CommentA solution how to get the last modified sites?
Hello, maybe someone has a hint. What is the best way the get the last modified SharePoint Online sites? I know the Graph-APIs... Search for sites https://docs.microsoft.com/en-us/graph/api/site-search Get site https://docs.microsoft.com/en-us/graph/api/site-get Both APIs have a lastModifiedDateTime property in the response. Unfortunately the 1st API, Search for site has an issue, the lastModifiedDateTime property is outdated. The 2nd API, Get site includes the correct date/time, but an information of the site (like the ID) is required. In May I opened a case to report the issue and it was confirmed, also by a product team. In their answer they told me the solution is too complex, they have no ETA until when a fix is implemented. I recently checked the beta API, still the same issue. For me it's a problem how to get the recent modified sites if the 1st API has outdated data, instead to check all sites. Is there an alternative solution? Best regards Tobias1.5KViews0likes0CommentsAccessing Graph API from SharePoint JavaScript without additional authentication
I am using JavaScript for getting Calendar events for a user from Microsoft Graph API. I am using OAuth v2 for authentication. However, my customer says this is not necessary because the user is already logged into SharePoint online, therefore there is no need to log in again as there must be a way to get the access token without having to log in again. Is there a way to get the access_token for the Microsoft Graph API from inside a SharePoint online page without prompting the user and without opening that Microsoft account login window?3.4KViews0likes1CommentMark your Calendars: The First Microsoft Graph Community Call is on December 5th!
Join us at 8 a.m. PST on December 5th to talk about the Microsoft Graph. Submit your questions ahead of time through this form. Meeting Invite: aka.ms/MicrosoftGraphCall We hope to see you there!1.5KViews3likes3CommentsUnable to call graph API from SharePoint page
I am trying to call the graph API for fetching user profile information. The blog post I followed is http://julieturner.net/2017/01/extending-sharepoint-with-adal-and-the-microsoft-graph-api-part-1-the-setup/ My AAD app config is like: URL: https://tenant.sharepoint.com/ Reply-url: https://tenant.sharepoint.com/ Permissions: Graph API :: Read all users' full profiles However, I am getting an error of invalid reply url. Not sure what reply url is it trying to send the response to.2.2KViews0likes3Comments