sadamdamz / MS365-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Sample for Calendar Sync with Office 365

Installation

npm install

Running the sample

  1. Register a new app at https://apps.dev.microsoft.com

  2. Copy the Application Id and paste this value for the clientId value in authHelper.js.

  3. Click the Generate New Password button and copy the password. Paste this value for the clientSecret value in authHelper.js.

  4. Click the Add Platform button and choose Web. Enter http://localhost:3000/authorize for the Redirect URI.

  5. Click Save.

  6. Save changes to authHelper.js and start the app:

     npm start
    
  7. Open your browser and browse to http://localhost:3000.

Copyright

Copyright (c) Microsoft. All rights reserved.


Connect with me on Twitter @JasonJohMSFT

Follow the Outlook Dev Blog

About

License:Other


Languages

Language:JavaScript 97.9%Language:CSS 2.1%