jasonjoh / node-calendar-sync

This is a sample Node.js app that connects to Office 365 to do calendar sync.
Other
42 stars 35 forks source link

I have carried out steps you listed in your documentation, but getting an error message. #2

Closed sanket-mindstix closed 8 years ago

sanket-mindstix commented 8 years ago

While signing in I am getting an error message as Cannot GET /sync

Also while signings in, I am getting message as, Signed in as: undefined

Thanks

jasonjoh commented 8 years ago

I just added the profile scope to the code so that Azure login will return the user's email address which should fix your "signed in as: undefined" issue.

sanket-mindstix commented 8 years ago

Great, thanks, issue has been fixed.