danxfisher / MeetEasier

MeetEasier is a web application that visualizes meeting room availability. It works using Exchange Web Services (EWS) with Exchange room lists in Office 365.
GNU General Public License v3.0
279 stars 74 forks source link

OAuth for MeetEasier #36

Open chrisdanevalla opened 6 years ago

chrisdanevalla commented 6 years ago

Hi! We are using an 2F Authentication on our 365 Account, do you have an update in relation to this? Thanks!

nutt318 commented 3 years ago

Same, looks like basic auth is gone now. https://techcommunity.microsoft.com/t5/exchange-team-blog/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/ba-p/608055

Having issues from Oct. 13th 2020

fkmeland commented 2 years ago

Hi, not sure if this project is alive here anymore, but I`m currently working on moving from EWS to MSGRAPH as EWS is retiring later this year.

The apis has been updated and I do have a working POC in the branch feat/msgraph of my repo. (might have broken something tonight though 😆, need ☕)

Any interest in me creating a PR? Not sure if the authors here are active, since there is already 8 PR`s here. Also this would be my first contribution to an open-source project, so... #noob 😆

My project-repo: https://github.com/probits-as/MeetEasier

Oh, and kudos to the original creators, I love this project ❤️😄