mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Update steve.js
This commit is contained in:
parent
0ccf240a2f
commit
bb4c157f5b
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
const steveApiHandler = async (req, res) => {
|
||||
const calendarId =
|
||||
'c_e7c63a427761b0f300ede97f432ba4af24033daad26be86da0551b40b7968f00@group.calendar.google.com'
|
||||
const apiKey = 'AIzaSyD_8dEnTDle3WmaoOTvEW6L1GW540FU_wg' // Replace with your API Key
|
||||
|
||||
//This API key is for google calendar and has only read access to Steve
|
||||
const apiKey = 'AIzaSyD_8dEnTDle3WmaoOTvEW6L1GW540FU_wg'
|
||||
|
||||
let allBusyDays = new Set()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue