Set up Microsoft Graph API - Bennett-Wendorf/Deskity GitHub Wiki
Most likely, you will not need to do anything here. My app id is included in the MSALHelper.py
file, and should work for most Microsoft account. However, if you seem to be getting errors with Microsoft authentication, you can follow the steps below.
Check out Microsoft's page for more help with this.
You should get an app_id
from this, which should also be added in .secrets.toml
as a setting for app_id
in the To_Do_Widget
category. Anything you put in that setting will be used first, only defaulted to my hard coded app ID if it is not specified here.
[To_Do_Widget]
app_id = "<Your App Id Here>"