change some stuff

This commit is contained in:
2025-12-01 22:17:27 -08:00
parent 130f57ec90
commit 12e59daa35
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ let timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
const client = google.accounts.oauth2.initTokenClient({ const client = google.accounts.oauth2.initTokenClient({
client_id: client_id:
"1000685713819-om0gq7bqr3e91f2rok224ooqgae6bojg.apps.googleusercontent.com", "365940140793-a924128cnq2v8kq6590mee452l3v6jug.apps.googleusercontent.com",
scope: "https://www.googleapis.com/auth/calendar", scope: "https://www.googleapis.com/auth/calendar",
callback: (tokenResponse) => { callback: (tokenResponse) => {
if (tokenResponse && tokenResponse.access_token) { if (tokenResponse && tokenResponse.access_token) {