I tried to run the github solution (https://github.com/SyncfusionExamples/google-calendar-synchronization-with-blazor-scheduler) associated with How to Synchronize Google Calendar with Syncfusion Blazor Scheduler Demo.
I changed it to a .Net 6.0 solution, updated the NuGet packages and added the redirect_uri = https://localhost:5001/ when configuring the OAuth 2.0 Client IDs credentials and downloaded the credentials.json file. I keep getting the following error and on re-running, the port number in the redirect_uri changes ......
Error 400: redirect_uri_mismatch
You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.
If you're the app developer, register the redirect URI in the Google Cloud Console.
Request details: redirect_uri=http://127.0.0.1:53883/authorize/
Any ideas/suggestions on how to get this to run.