Git Product home page Git Product logo

o365-inbox-spa's Introduction

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.

o365-inbox-spa's People

Contributors

mattleib avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tgskiman alaasdk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.