danxfisher/MeetEasier

No Longer Working

MaxReck opened this issue · 9 comments

Since this uses Basic Authentication, the tool is no longer working

This sucks so much you can postpone the basic authentication until January as 365 admin all the other raspberry pi options are subscription based garbage on top of the exchange mailbox paid service. I'm trying some different scripts that might be able to use/save modern auth to this but idk. If we can not make this work does anyone have any better solutions?

So sad! i hope somebody can fix it!

good news here!!!!
probits-as@72c9bdb#commitcomment-86755485

got it working again!

good news here!!!!
probits-as@72c9bdb#commitcomment-86755485

got it working again!

Just to be sure this implementation uses another way of authenticating like OAuth?

Just to be sure this implementation uses another way of authenticating like OAuth?

Looks like you missed the step by step install on that page (scroll)

Just to be sure this implementation uses another way of authenticating like OAuth?

Yes, this uses the Microsoft Graph API instead of the deprecated EWS API, and authenticates with OAuth.

I have updated the README in my repository with a better guide (hopefully) on how to register a application in azure ad to get the required credentials to use with the application.

https://github.com/probits-as/MeetEasier

@fkmeland Many thanks!! The app is working again. Just a little thing - in your .env.template, you swapped the OAUTH_AUTHORITY and OAUTH_CLIENT_SECRET.

@fkmeland Many thanks!! The app is working again. Just a little thing - in your .env.template, you swapped the OAUTH_AUTHORITY and OAUTH_CLIENT_SECRET.

Glad you got it working again, and thanks for letting me know about the error in the docs, they have been corrected 😊