We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccf240 commit bb4c157Copy full SHA for bb4c157
pages/api/steve.js
@@ -1,7 +1,9 @@
1
const steveApiHandler = async (req, res) => {
2
const calendarId =
3
'c_e7c63a427761b0f300ede97f432ba4af24033daad26be86da0551b40b7968f00@group.calendar.google.com'
4
- const apiKey = 'AIzaSyD_8dEnTDle3WmaoOTvEW6L1GW540FU_wg' // Replace with your API Key
+
5
+ //This API key is for google calendar and has only read access to Steve
6
+ const apiKey = 'AIzaSyD_8dEnTDle3WmaoOTvEW6L1GW540FU_wg'
7
8
let allBusyDays = new Set()
9
0 commit comments