Kevin Powell - CommunityKP-C
Kevin Powell - Community3y ago
13 replies
Ozzo

How to use Google Calendar API to fetch events without final user authentication

Hello,

I would like to implement on my portfolio a page that allows user to see my google calendar and book an event to my calendar.

I'm using Next.js and the library FullCalendar. My idea was to fetch all events from Google Calendar API and feed them into FullCalendar. But it seems that you can't fetch all events from a calendar without calling the authentication method, but from what I get, the authentication method open a popup and allow the final user to connect.

That's not what I want, and I can't find any resources showing me another way. I thought I could just give the API KEY, my login information and then access my calendar events.

Does anyone has implements something like I describe ?
image.png
Was this page helpful?