node-calendar-sync
node-calendar-sync copied to clipboard
This is a sample Node.js app that connects to Office 365 to do calendar sync.
Node.js Sample for Calendar Sync with Office 365
Installation
npm install
Running the sample
-
Register a new app at https://apps.dev.microsoft.com
-
Copy the Application Id and paste this value for the
clientIdvalue inauthHelper.js. -
Click the Generate New Password button and copy the password. Paste this value for the
clientSecretvalue inauthHelper.js. -
Click the Add Platform button and choose Web. Enter
http://localhost:3000/authorizefor the Redirect URI. -
Click Save.
-
Save changes to
authHelper.jsand start the app:npm start -
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