Download presentation
Presentation is loading. Please wait.
Published byAdelia Townsend Modified over 6 years ago
1
Build smarter apps with Office 365 using the Microsoft Graph
9/12/2018 9:25 PM BRK3080 Build smarter apps with Office 365 using the Microsoft Graph Yina Arenas Principal Program Manager - Office Platform @yina_arenas © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
2
9/12/2018 9:25 PM Wikipedia: ( A software developer is a person concerned with facets of the software development process, including the research, design, programming, and testing of computer software. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
3
A software developer is a person who writes programs that use data
9/12/2018 9:25 PM Me: A software developer is a person who writes programs that use data to improve lives. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
4
Examples Program Data Improvement Microsoft Word Keyboard input
9/12/2018 9:25 PM Examples Program Data Improvement Microsoft Word Keyboard input Easier to record thoughts for sharing or later retrieval Google search Web index Easier to find what you’re looking for Print dialog File Create physical copy of digital data for offline use Network driver Request/response Access content stored on other devices Game Controller input Enjoyable experience © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
5
A software developer is a person who writes programs that use data
9/12/2018 9:25 PM A software developer is a person who writes programs that use data to improve lives. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
6
Microsoft Graph use data improve lives Your value prop
9/12/2018 9:25 PM Microsoft Graph use data improve lives Your value prop © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
7
Agenda Opportunity Microsoft Graph 101 Smart Apps Next steps
Microsoft Build 2017 9/12/2018 9:25 PM Opportunity Microsoft Graph 101 Agenda Smart Apps Next steps © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
8
Microsoft Graph a unified REST API
Microsoft Build 2017 9/12/2018 9:25 PM Microsoft Graph a unified REST API and comprehensive developer experience for integrating the data and intelligence exposed by Microsoft services. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
9
9/12/2018 9:25 PM Office 365 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
10
Opportunity 90% 100M 8T 69 Are using Office 365
9/12/2018 9:25 PM Opportunity 90% of Fortune 500 companies Are using Office 365 100M monthly active users Office 365 commercial subscriptions 8T resources in Microsoft Graph ( s, events, calendar, users, files…) 69 Graph mentions In Build 2017 Keynotes © Microsoft Corporation. All rights reserved.
11
Microsoft Graph ACTIVITY CONTENT CONVERSATIONS INSIGHTS ME TRENDING
Microsoft Build 2017 9/12/2018 9:25 PM Microsoft Graph ACTIVITY CONTENT CONVERSATIONS INSIGHTS ME TRENDING ORGANIZATION GROUPS CHATS REPORTS DOCUMENTS EVENTS DEVICES SHARED CONTACTS SITES PEOPLE TASKS TEAMS © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
12
9/12/2018 9:25 PM Is this person out of the office? Who is their manager? Where do they need to be next? What documents have they been working on recently? Rich Context Deep Insights What documents are most interesting to this person? What’s the best time to meet for this group of people? Who should this person contact for info on this topic? The core data that drives business is accessible through the Microsoft Graph Real-time Updates Reschedule meeting when a conflict appears Notify owner when a file is modified Continue a process immediately after approval mail is received © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
13
STANDALONE WEB AND DEVICE APPS
Office 365 Platform EXTENSIONS STANDALONE WEB AND DEVICE APPS DOCUMENTS PAGES CANVASES CONVERSATIONS Microsoft Graph
14
Microsoft Graph All users Access user, group and organizational data
One endpoint One token All users Your app Users Groups Outlook OneNote more… SharePoint Intune Teams Azure AD Planner Excel
15
Seizing the opportunity
9/12/2018 9:25 PM Seizing the opportunity More time for your value prop (*) Empiric data © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
16
Agenda Opportunity Microsoft Graph 101 Smart Apps Next steps
Microsoft Build 2017 9/12/2018 9:25 PM Opportunity Microsoft Graph 101 Agenda Smart Apps Next steps © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
17
Microsoft Graph Data Capabilities Microsoft Build 2017
9/12/2018 9:25 PM Microsoft Graph Data Capabilities © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
18
Microsoft Graph Data Active Directory SharePoint OneDrive Outlook
Microsoft Build 2017 9/12/2018 9:25 PM Microsoft Graph Data Active Directory Users profile photo direct reports Groups members conversations SharePoint Sites Lists OneDrive Files upload download copy versions Outlook Mail messages folders send message Calendar events find times Excel OneNote Planner Contacts Directory Beta Teams Insights Project Rome Devices Activities Intune Reports …and much more © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
19
Announcements at Ignite
Microsoft Build 2017 9/12/2018 9:25 PM Announcements at Ignite 2017 Data Generally Available ( v1.0 ) Preview ( beta ) SharePoint Lists SharePoint Sites People Planner OneNote for SharePoint sites Outlook Rules, Categories, Time zones, Working hours, headers, Rooms OneDrive File Versions Outlook Tasks Microsoft Teams Insights (powering Delve) Project Rome Office 365 Reporting Intune © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
20
Developing with Microsoft Graph
9/12/2018 9:25 PM Developing with Microsoft Graph Try Graph Explorer Try a quick start Register your app Find SDKs, samples and tooling Build and distribute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
21
Demo Docs https://graph.microsoft.com > documentation
Microsoft Build 2017 9/12/2018 9:25 PM Demo Docs > documentation © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
22
Get user profile Yina Tristan Groups Dmitry Matt Sudhi
Microsoft Build 2017 9/12/2018 9:25 PM GET: /users/yina { "displayName": "Yina", "jobTitle": "PRINCIPAL PM MANAGER", } GET: /users/yina/photo/… {} GET: /users/yina/manager {"displayName": "Tristan", …} GET: /users/yina/directReports "value" : [ {"displayName": "Matt", …}, {"displayName": "Dmitry", …}, ] GET: /me/memberOf/… {"displayName": "Office engineering", …}, {"displayName": "Women in tech", …}, Get user profile Tristan manager Groups memberOf Yina Dmitry Matt Sudhi directReports © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
23
Get content Documents Calendar Sites Tasks Email Meetings Contacts
Microsoft Build 2017 9/12/2018 9:25 PM GET /me/drive/root/… "value" : [ {"name": "proposal.pptx",… }, {"name": "forecast.xlsx",… } ] GET /drives/items/{id}/workbook GET /me/messages GET /me/events GET /me/contacts GET /me/onenote/notebooks GET /me/planner/tasks GET /me/devices GET /sites:/teams/opg:/ GET /sites:/teams/opg:/lists GET /groups/{id}/conversations ` Get content Documents Calendar Sites Tasks Meetings Contacts © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
24
Get insights Out of office Trending Documents
Microsoft Build 2017 9/12/2018 9:25 PM GET /me/insights/trending "value" : [ {"name": "presentation.pptx", …}, {"name": "forecast.xlsx", …} ] GET /me/drive/recent {"name": "guidelines.pptx", …}, {"name": "budget.xlsx", …} GET /me/people/?$search="topic: planning" {"displayName": "Dan", …}, {"displayName": "Sean", …}, POST /me/findMeetingTimes { "attendees": [ "type": "required", " Address": { "address": } ], "meetingDuration": "2h" Get insights Out of office Trending Documents Find me the best time to meet Ana Search people based on topics People I’m working with Recent Documents © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
25
Deep dives Code Time Slot Location Title BRK3039 Wednesday 4:00
9/12/2018 9:25 PM Deep dives Code Time Slot Location Title BRK3039 Wednesday 4:00 OCC S330 Integrate OneDrive and SharePoint files, collaboration and sharing using Microsoft Graph BRK3388 Thursday 9:00 OCC S210 Build applications to secure and manage your enterprise using Microsoft Graph BRK3267 Thursday 12:30 OCC W224 Let’s build with SharePoint (webparts, extensions and much more) BRK3119 Thursday 2:15 OCC W311 Learn how to use Microsoft Intune with the new admin console and Microsoft Graph BRK2314 Thursday 4:30 Improve productivity for cross plat cross device apps with Project Rome BRK3340 Friday 10:45 OCC W221 Build intelligent LoB apps leveraging Outlook/Exchange data, using Microsoft Graph © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
26
Developing with Microsoft Graph
9/12/2018 9:25 PM Developing with Microsoft Graph Try Graph Explorer Try a quick start Register your app Find SDKs, samples and tooling Build and distribute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
27
Calling the API https://graph.microsoft.com /{version} /{resource}
Build 2015 9/12/2018 9:25 PM Calling the API HTTP verbs dictate the request intent: GET | POST | PATCH | PUT | DELETE Version: /v1.0 or /beta Resource: /users, /groups, /sites, /drives, /devices, more… Member from collection: /users/yina Property: /users/yina/department Traverse to related resources via navigations: /users/yina/events Query parameters: /users/yina/events?$top=5 Format results: $select | $orderby Control results: $filter | $expand Paging: $top | $skip | $skiptoken /{version} /{resource} /{id} /{property} ?{query-parameters} © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
28
Demo Graph Explorer https://graph.microsoft.com > graph explorer
Microsoft Build 2017 9/12/2018 9:25 PM Demo Graph Explorer > graph explorer © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
29
Microsoft Graph Data Capabilities Microsoft Build 2017
9/12/2018 9:25 PM Microsoft Graph Data Capabilities © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
30
Microsoft Graph Capabilities
Microsoft Build 2017 9/12/2018 9:25 PM Microsoft Graph Capabilities Auth Credentials Work/School Personal OAuth scopes User App OData Filter Order Pagination Compliance Conditional access National clouds Query patterns Web hooks Delta Extensions Batching SDKs & tools © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
31
Announcements at Ignite
Microsoft Build 2017 9/12/2018 9:25 PM Announcements at Ignite 2017 Capabilities Generally Available ( v1.0 ) Preview ( beta ) App-only permissions for OneDrive Delta query for OneDrive, AAD and Outlook Web hooks for OneDrive Web hooks for Outlook Extend Graph with your own data SDKs for .Net/Xamarin, JS/Node, Android and PHP Azure Functions bindings Web hooks for users and groups Delta query scoping filter for AAD Batching © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
32
Get changes Edited a file Scheduled a new meeting Got a new hire
GET/me/mailFolders/{id}/messages/delta "value" : […] POST /subscriptions { "changeType": "created,updated", "notificationUrl": " "resource": "/me/mailfolders('AA')/messages", } GET/me/mailFolders/{id}/messages/delta ?$deltatoken=BB" Get changes Edited a file Scheduled a new meeting Got a new hire Added a new member to a group Got high important
33
Add extensions Customer referral email Group: Math 101 PMP Certified
Open Extensions GET /me/message/<id>/?$expand=extensions { "displayName": "Yina", "extensions": [ "extensionName": "Com.Contoso.Referral", "companyName": "Wingtip Toys", "expirationDate": " T11", "dealValue": 10,000 } ] Schema extensions POST /schemaExtensions "id": "training_courses", "targetTypes": [ "Group" ], "properties": [ "name": "courseName", "type": "String" }… GET /groups?$filter=courses/name eq Math101 Add extensions Customer referral Group: Math 101 PMP Certified Favorite color: blue
34
Use $batch Events Tasks Folder POST /$batch { "requests": [{
Microsoft Build 2017 9/12/2018 9:25 PM POST /$batch { "requests": [{ "id": "1", "url": "/me/drive/root/children", "method": "POST", "body": { "name": "folder1", "folder": {} }, "headers": { "content-type": "application/json" } }, { "id": "2", "url": "/me/drive/root/children/folder1", "method": "GET", "dependsOn": ["1"] }, { "id": "3", "method": "GET", "url": "/me/planner/tasks" "id": "4", "url": "/groups/{id}/events" } ] Use $batch Events Tasks Folder © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
35
Demo $batch & Extensions
9/12/2018 9:25 PM Demo $batch & Extensions > graph explorer © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
36
1. Track 2. Change 3. React GET/groups/delta POST/subscriptions
9/12/2018 9:25 PM 1. Track GET/groups/delta POST/subscriptions 2. Change "adatumisv_courses": { "id": 123, "name": "New Managers", "type": "Online" } POST/groups/ 3. React Add member Create folder Create event Create task Create plan Add as favorite POST/$batch © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
37
Developing with Microsoft Graph
9/12/2018 9:25 PM Developing with Microsoft Graph Try Graph Explorer Try a quick start Register your app Find SDKs, samples and tooling Build and distribute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
38
Demo Quick Start https://graph.microsoft.com > quick start
9/12/2018 9:25 PM Demo Quick Start > quick start © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
39
9/12/2018 9:25 PM 0-App < 2min App: ASP.net Web App Send Get user profile picture Upload picture to user’s OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
40
Developing with Microsoft Graph
9/12/2018 9:25 PM Developing with Microsoft Graph Try Graph Explorer Try a quick start Register your app Find SDKs, samples and tooling Build and distribute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
41
Azure AD auth endpoints
9/12/2018 9:25 PM Azure AD auth endpoints endpoint with ADAL endpoint with MSAL v1.0 v2.0 Work and school Personal © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
42
App registration v2.0 Create a new application
9/12/2018 9:25 PM App registration v2.0 Create a new application A unique Id is created for your app Add app platform Web App, SPA, Daemon Native App Web API (Office Add-in) Add permissions for admin consent flows For delegated access for all users in the organization For application access © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
43
App types and permissions
9/12/2018 9:25 PM App types and permissions Get access on behalf of users Get access as a service Single page app Web app Mobile or desktop app App with middle tier web API Service or daemon app Permission type: delegated Permission type: application Effective permission Effective permission Delegated permissions User privileges App permissions Users can consent for their data or admin can consent for all users Only admin can consent © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
44
Auth Microsoft Identity YOUR APP MSAL or ADAL Microsoft Graph
Microsoft Build 2017 9/12/2018 9:25 PM Auth Microsoft Identity id_token access_token refresh_token YOUR APP Microsoft Graph MSAL or ADAL access_token BRK Office development: Authentication demystified - Today 10:45am - OCCC W315 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
45
Developing with Microsoft Graph
9/12/2018 9:25 PM Developing with Microsoft Graph Try Graph Explorer Try a quick start Register your app Find SDKs, samples and tooling Build and distribute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
46
SDKs, samples and tooling
Microsoft Tech Summit FY17 9/12/2018 9:25 PM SDKs, samples and tooling PREVIEW GA* GA GA GA ASP.NET MVC JavaScript Angular PHP Python PREVIEW PREVIEW GA* GA* GA* Xamarin UWP Android iOS Ruby UPDATED PREVIEW VS integration Bindings © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
47
New Azure function bindings
PREVIEW 9/12/2018 9:25 PM New Azure function bindings Bindings for Microsoft Graph Uses Microsoft Graph .Net SDK Auth is handled for you!!! Azure Function queries Microsoft Graph Microsoft Graph Web hook triggers function BRK3202 – Business processes with Microsoft Graph + Azure Functions - Tomorrow 2:15 – OCC W206 BRK2234 – Modern API development in a serverless world with Azure Functions - 3:15 – OCC S210 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
48
Demo SDKs and Bindings http://aka.ms/funcgraphdoc 9/12/2018 9:25 PM
© Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
49
Developing with Microsoft Graph
9/12/2018 9:25 PM Developing with Microsoft Graph Try Graph Explorer Try a quick start Register your app Find SDKs, samples and tooling Build and distribute © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
50
Microsoft Graph API vs. Service APIs
9/12/2018 9:25 PM Microsoft Graph API vs. Service APIs Microsoft Graph: Simplest way to access data in Office 365 and other Microsoft cloud services Service specific endpoints: Available and supported Require resource specific access tokens Your app Your app Outlook Azure AD SharePoint … © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
51
Calling SharePoint REST APIs
9/12/2018 9:25 PM Calling SharePoint REST APIs Get access token to call Microsoft Graph POST &scope=graph.microsoft.com Call Microsoft Graph to discover the SharePoint RootSite: GET Use refresh token to get an access token for SharePoint &resource={siteURL} Call SharePoint endpoint GET {siteURL}/_api/web/navigation/quicklaunch (*) Only supported in v1.0 auth © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
52
Demo Postman Microsoft Build 2017 9/12/2018 9:25 PM
© Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
53
Agenda Opportunity Microsoft Graph 101 Smart Apps Next steps
Microsoft Build 2017 9/12/2018 9:25 PM Opportunity Microsoft Graph 101 Agenda Smart Apps Next steps © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
54
9/12/2018 9:25 PM Is this person out of the office? Who is their manager? Where do they need to be next? What documents have they been working on recently? Rich context What documents are most interesting to this person? What’s the best time to meet for this group of people? Who should this person contact for info on this topic? The core data that drives business is accessible through the Microsoft Graph Deep insights Reschedule meeting when a conflict appears Notify owner when a file is modified Continue a process immediately after approval mail is received Real-time updates © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
55
Microsoft identity Rich context Deep insights Real-time updates
9/12/2018 9:25 PM Microsoft identity Rich context Deep insights Real-time updates © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
56
Leverage Microsoft identity
9/12/2018 9:25 PM /me /me/photo/$value Leverage Microsoft identity © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
57
Microsoft identity Rich context Deep insights Real-time updates
9/12/2018 9:25 PM Microsoft identity Rich context Deep insights Real-time updates © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
58
Bring relevant data in user context
9/12/2018 9:25 PM /me/calendar/calendarView /me/drive/recent Bring relevant data in user context © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
59
Demo AddIn365 Wes Hackett CTO AddIn365 www.addin365.com
9/12/2018 9:25 PM Demo AddIn365 Wes Hackett CTO AddIn365 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
60
Microsoft ISV based in London, UK
We help organizations to maximise their use of Office 365 collaboration and productivity tools Using Microsoft Graph to create a one stop shop for collaboration and productivity with our Work Hub experience
61
There is more… Power enterprise portals integration with SPFX
9/12/2018 9:25 PM There is more… Power enterprise portals integration with SPFX Native file integration with OneDrive Export data to Excel Calendar/task aware with Outlook and Planner Record important notes with OneNote Power collaboration with Groups and Microsoft Teams Connect with line of business data with Extensions © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
62
Microsoft identity Rich context Deep insights Real-time updates
9/12/2018 9:25 PM Microsoft identity Rich context Deep insights Real-time updates © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
63
Harness insights 9/12/2018 9:25 PM
© Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
64
Demo harmon.ie David Lavenda VP Product Strategy harmon.ie
9/12/2018 9:25 PM Demo harmon.ie David Lavenda VP Product Strategy harmon.ie © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
65
Project Service RFP Customer Product Putting the human at the center of today’s digital experience by presenting information the way the brain works
66
Leveraging Microsoft Graph
9/12/2018 9:25 PM Leveraging Microsoft Graph Web apps Native & device apps Bots Background Processes Microsoft Graph © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
67
Deep dives Code Time Slot Location Title BRK3202 Thursday 2:15
9/12/2018 9:25 PM Deep dives Code Time Slot Location Title BRK3202 Thursday 2:15 OCC W206 Modern business processes with Microsoft Graph and Azure Functions BRK3200 Thursday 10:45 OCC S330 Build smarter bots and devices by connecting to the Microsoft Graph BRK3221 Friday 9:00 OCC W304 Developing enterprise bots with Office 365 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
68
Agenda The opportunity Microsoft Graph 101 Smart apps Next steps
Microsoft Build 2017 9/12/2018 9:25 PM The opportunity Microsoft Graph 101 Agenda Smart apps Next steps © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
69
Microsoft Graph beyond Ignite 2017
Microsoft Build 2017 9/12/2018 9:25 PM Microsoft Graph beyond Ignite 2017 General availability of preview features New data sets Richer query capabilities More permission options and improved consent experience Continued improvement in developer experiences and tooling You can influence our roadmap, share your suggestions and vote in User Voice. © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
70
@yina_arenas @OfficeDev Your value prop
9/12/2018 9:25 PM Microsoft Graph use data improve lives Your value prop © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
71
Get started today https://graph.microsoft.com #MicrosoftGraph
9/12/2018 9:25 PM Get started today Twitter #MicrosoftGraph GitHub /MicrosoftGraph StackOverflow [MicrosoftGraph] © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
72
Attend related sessions Try the quick start challenges
9/12/2018 9:25 PM Attend related sessions Try the quick start challenges Connect with us at the booth © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
73
Related sessions Code Time Slot Location Title THR2072 THR2071 BRK3080
9/12/2018 9:25 PM Related sessions Code Time Slot Location Title THR2072 Tuesday 11:35 online Migrate your apps from legacy APIs to Microsoft Graph THR2071 Tuesday 2:10 Managing enterprise applications, permissions, and consent in Azure Active Directory BRK3080 Wednesday 9:00 OCC S330 Build smarter apps with Office using the Microsoft Graph BRK3225 Wednesday 10:45 OCC W315 Office development: Authentication demystified BRK3202 Thursday 2:15 OCC W206 Modern business processes with Microsoft Graph and Azure Functions BRK3039 Wednesday 4:00 Integrate OneDrive and SharePoint files, collaboration and sharing using Microsoft Graph BRK3216 OCC W3071 How Graph powers intelligent experiences in SharePoint and Office 365 BRK3388 Thursday 9:00 OCC S210 Build applications to secure and manage your enterprise using Microsoft Graph THR3072 Thursday 10:00 OCC S Expo Controlling and leveraging the power of Microsoft Graph BRK3340 Friday 10:45 OCC W221 Build intelligent LoB apps leveraging Outlook/Exchange data, using Microsoft Graph BRK3267 Thursday 12:30 OCC W224 Let’s build with SharePoint (webparts, extensions and much more) BRK3200 Thursday 10:45 Build smarter bots and devices by connecting to the Microsoft Graph BRK3119 OCC W311 Learn how to use Microsoft Intune with the new admin console and Microsoft Graph BRK2314 Thursday 4:30 Improve productivity for cross plat cross device apps with Project Rome BRK3221 Friday 9:00 OCC W304 Developing enterprise bots with Office 365 © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
74
Please evaluate this session
Tech Ready 15 9/12/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite Phone: download and use the Microsoft Ignite mobile app Your input is important! © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
75
9/12/2018 9:25 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.