Skip to content

Commit bb4c157

Browse files
authored
Update steve.js
1 parent 0ccf240 commit bb4c157

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/api/steve.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
const steveApiHandler = async (req, res) => {
22
const calendarId =
33
'c_e7c63a427761b0f300ede97f432ba4af24033daad26be86da0551b40b7968f00@group.calendar.google.com'
4-
const apiKey = 'AIzaSyD_8dEnTDle3WmaoOTvEW6L1GW540FU_wg' // Replace with your API Key
4+
5+
//This API key is for google calendar and has only read access to Steve
6+
const apiKey = 'AIzaSyD_8dEnTDle3WmaoOTvEW6L1GW540FU_wg'
57

68
let allBusyDays = new Set()
79

0 commit comments

Comments
 (0)