calendar-assistant icon indicating copy to clipboard operation
calendar-assistant copied to clipboard

Exchange integration

Open gsiener opened this issue 5 years ago • 5 comments

Please fix this bug 😭

gsiener avatar Jan 30 '20 19:01 gsiener

Hi, @gsiener. Thanks for raising this issue! @mikfreedman and I have already been talking about this, so let's use this issue to provide some visibility into our research and work.

flavorjones avatar Jan 30 '20 19:01 flavorjones

Pinging @osis

flavorjones avatar Apr 15 '20 14:04 flavorjones

@mikfreedman got a branch I can peek at / collaborate on?

flavorjones avatar Apr 16 '20 14:04 flavorjones

@flavorjones We're still figuring out what we need for a PoC of the Auth Flow. I have shared our scratch documents with you

mikfreedman avatar Apr 16 '20 19:04 mikfreedman

haven't forgotten about this. Mapped out the flow to get API access, this is what I'm thinking based off of the Microsoft docs...

< Calendar Assistant launches https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps >

  1. Click on "New Registration"
  2. Give it a name (ex. calendar-assistant)
  3. Choose a scope
  4. Redirect URL should be "https://login.microsoftonline.com/common/oauth2/nativeclient"
  5. Click "Register"
  6. Click on the new application
  7. Paste Client ID

This would allow the code to kick off an oauth flow and grab access/refresh tokens. Does that sound about right?

osis avatar May 06 '20 23:05 osis