Skip to content

Commit

Permalink
Debug Google Calendar Creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Jan 23, 2025
1 parent e5fb6f7 commit 8482509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/src/utils/google-integration.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export const downloadImageFile = async (fileId: string) => {
export const createCalendar = async (name: string) => {
if (process.env.NODE_ENV !== 'production') return;
try {
console.log(CALENDAR_REFRESH_TOKEN);
oauth2Client.setCredentials({
refresh_token: CALENDAR_REFRESH_TOKEN
});
Expand Down

0 comments on commit 8482509

Please sign in to comment.