Can I use token from FE, where user is authorized from Google to insert event into google calendar on backend? Flow is: user uthorized by google on frontend (firebase and google) fill form on FE and submit on backend side save data into DB and post event on calendar Can I reuse token from FE? How I can do that?
Tag: google-calendar-api
Google Calendar API v3 always returns BadRequest when creating events
I created a shared calendar and want to add events to the calendar. I created a project and set up a Service Account xxx@xxx.iam.gserviceaccount.com. Then I shared the calendar to the Service Account …
Send invites with google calendar API
I have a Java Spring API where I want to integrate Google Calendar. The task: Basically creating an event for two attendees (users) and send them an invite with the option to accept/decline (…