Skip to content

Project samples exploring the Microsoft Graph Toolkit components

License

Notifications You must be signed in to change notification settings

ktskumar/msgraphtoolkitsamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msgraphtoolkitsamples

This repository contains samples that demonstrate different usages patterns for the Microsoft Graph Toolkit web components

There are different files under examples/js-apps/views folder contains the example of each component. The below is the list, allcomponents.html getallusers.html groupandmembers.html heirarchyview.html plannertasks-timeline.html recentitems.html roleandmembers.html

Each file is independent, so we have to add the Client ID to each file, and also we have to add the each file url as redirect URL in App Registrtation portal.

STEPS

  • Under Views folder, open any html

  • Search for [[CLIENT-ID], available im mgt-msal-provider element, replace this with the your Client ID from your registration app. How to - https://www.youtube.com/watch?v=HgZJEEoRk4w&t=14s

  • Save the file

  • Navigate to App Registration Portal and select your App.

  • Then add the localhost html location in Redirect URL in your registered app

  • Everything is ready run npm install

  • Then run npm start

All Components - allcomponents.html

allcomponents.html

Get All Group Users - getallusers.html

getallusers.html

Groups and Its Members - groupandmembers.html

groupandmembers.html

Heirarchy View - heirarchyview.html

heirarchyview.html

Planner Tasks and Timeline - plannertasks-timeline.html

plannertasks-timeline.html

Recent Items - recentItems.html

recentItems.html

Role and its members - roleandmembers.html

roleandmembers.html

Mail Box

In Progress

And lot more examples are coming soon..

Shantha Kumar T ( @ktskumar ) ktskumar.com

About

Project samples exploring the Microsoft Graph Toolkit components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published