rlhill888 / Legendary_cutz_boooking_site

0 stars 0 forks source link

Google Calendar API #8

Open rlhill888 opened 1 year ago

rlhill888 commented 1 year ago

Set up dummy google calendar accounts and add api key's for them. set up fetch request in barbers[name] to grab a barber's google calendar's account.

google calendar docs for node.js

rlhill888 commented 1 year ago

@adamwjo I have a question about the Node.js docs.

Image

This is in the link that is in the todo above. Does this mean that when I go to deploy my app, I would have to code the fetch request for the google api differently? I'm asking this because this is their documentation for setting up the api with node.js, but I've only seen this message in their node.js quickstart file. In all of the other quickstart docs like for javascript and python, they don't have this same error message.