Blazor Calendar Connection with Google Calendar

122 Views Asked by At

I want from my Server-Side Blazor App to connect with Google Calendar and Post my Events

Hello everyone! I've tried many ways and tutorials but i am always having problems with redirects , access token saves , posting. I want if its possible from a single button to sync with google calendar and post my Event on it. I got the credentials needed and scopes from console.I am using some of the below code and i am trying to get how i can fit all that code to solve my problem.

Some of my code that i've made so far:

enter image description here enter image description here enter image description here enter image description here enter image description here

1

There are 1 best solutions below

0
Linda Lawton - DaImTo On

The Google .Net client library does not support Blazor authorization. see 1427

You will need to drop the client library and code it yourself.