Graph API
7 TopicsGet started with Microsoft Graph .NET SDK! - March 2nd 4PM GMT
Hack Together is a hackathon for beginners to get started building apps with Microsoft Graph and .NET. In this hackathon, you will kick-start learning how to build apps with Microsoft Graph and develop apps based on the given Top Microsoft Graph Scenarios, for a chance to win exciting prizes.2.4KViews0likes0CommentsKickoff Hack Together: Microsoft Graph and .NET! - March 1st 4PM GMT
Hack Together is a hackathon for beginners to get started building apps with Microsoft Graph and .NET. In this hackathon, you will kick-start learning how to build apps with Microsoft Graph and develop apps based on the given Top Microsoft Graph Scenarios, for a chance to win exciting prizes. Check out our announcement post to learn more about the hack: Join us for Hack Together: Microsoft Graph and .NET3.1KViews0likes2CommentsMicrosoft Hack Together: Microsoft Graph and .NET 1st - 15th March
Hack Together is a virtual hackathon to get started building apps with Microsoft Graph and .NET. In this hackathon, you will kick-start learning how to build apps with Microsoft Graph – the API to access data and insights from Microsoft 365, and develop apps based on some of the most popular Microsoft Graph scenarios. You’ll also have a chance to win exciting prizes and meet Microsoft Graph and .NET Product Group Leaders, Cloud Advocates, MVPs and Student Ambassadors.12KViews2likes0CommentsApplication Background Creating Event
Hi, I am new for Microsoft Graph API. Purpose (What I want to achieve): A public Calendar with input new event. I want user if they fill the form of meeting in my website, the Graph API can create event to my calendar. They don't need to login to Microsoft Account to fill. Problem : I only see the example code of Delegated Account. Example: the app need Microsoft Account to login and it create event to their(user) calendar not mine. I have already retrieve account id, and calendar id. I have created app registration, client secret and add permission (Calendars.Read , Calendars.ReadWrite) of application permissions. Is it possible to do my purpose ? Thanks736Views0likes0CommentsThe property is missing a required prefix/suffix per your organization's Group naming requirements
Hello All, My Organization enabled 'Group naming policy' in Azure AD. Current Policy: <Group name>(<Company>) It works perfectly when I try to create new teams through Teams App but We are facing issue when I try to create a Teams through CSOM based provisioning jobs. We are appending the Company Name suffix to the group name like below Ex. TestTeam(CompanyName) But still it is throwing below error: Code: Request_BadRequest Message: The property is missing a required prefix/suffix per your organization's Group naming requirements. Details: Detail0: Code: MissingPrefixSuffix Target: displayName AdditionalData: suggestedPropertyValue : sid-12-18-2021(MyCompany)() Inner error: AdditionalData: date: 2020-12-18T06:08:56 request-id: 2d495a06-22d7-4d6b-a92a-1e1ad24e2193 client-request-id: 2d495a06-22d7-4d6b-a92a-1e1ad24e2193 ClientRequestId: 2d495a06-22d7-4d6b-a92a-1e1ad24e2193 Code snippet I am referring below: UnifiedGroupEntity unifiedGroupEntity = UnifiedGroupsUtility.CreateUnifiedGroup(unifiedGroupInformation.DisplayName, unifiedGroupInformation.Description, unifiedGroupInformation.MailNickname, accessToken, unifiedGroupInformation.Owners, null, true, true, 10, 500); Thanks. BR. Sid4.8KViews0likes2CommentsUse Access token to save comment on SharePoint news
I want to use access token from Graph API into SharePoint REST API to save comment on SharePoint News I have tried to get the access token using Azure Active Directory Sign In then after I have used that token in SharePoint REST API. But it throws an error with Status Code 401: Unauthorized. Can anyone please let me know that can we use graph API access token in SharePoint REST API? If yes then how can we use and if not then any alternative way? Thanks794Views0likes0Comments