Skip to content

mattleib/o365-inbox-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

o365-inbox-spa

###Single Page App using CORS and ADAL.JS and Microsoft Graph to call Office 365 APIs

Requires:

Install:

See it in action (requires valid Office 365 account):

  • Go to: https://o365.azurewebsites.net
  • Note: Currently "Messages" and "My Files" are working. Upon deployment speed of Office 365 APIs more and more will light up.

###APIs used

####Messages: List messages in your inbox, delete a message, send a message.

  • Messages: https://graph.microsoft.com/beta
  • /me/messages -> list of messages
  • /me/sendmail -> send a message
  • /me/messages/{msg-id} -> delete a message
  • /me/messages/?search -> search messages by keyword

####My Groups: List groups you are a member off, group conversations, posts, group calendar and group files.

  • Groups: https://graph.microsoft.com/beta
  • /me/joinedGroups -> Groups you are a member-of
  • /myorganization/{group-id}/conversations -> get Group conversations
  • /myorganization/{group-id}/calendar/events -> get Groups events
  • /myorganization/{group-id}/calendar/files -> get Groups files
  • /myorganization/{group-id}/conversations/{id}/threads/ -> get and post to conversation

####My Files: See the list of your files on your OneDrive for Business.

####About Me: This shows your profile and organization information.

About

Single Page App using CORS and ADAL.JS and Microsoft Graph to call Office 365 APIs

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors