MSGraph Datasource

I am trying to add a data source to some Office365 data through MSGraph. I have the app setup and all the details in the data source, when I click next I get the login prompt for my 365 account, login, and Radzen crashes every time. This happens no matter the scopes I have entered, even just user.read like the example. I am on version 2.84.1

Thanks

I’ve never seen MSGraph OData metadata behind login - usually is anonymously accessible.

The endpoint I am trying to use is for my Office 365 Calendar,
https://graph.microsoft.com/v1.0/me/events$select=subject,body,bodyPreview,organizer,attendees,start,end,location
Has anyone been able to do this? I assume it requires authentication to get to my personal calendar information.

The endpoint with the metadata is just:
https://graph.microsoft.com/v1.0/