Skip to content

Commit

Permalink
Merge branch 'main' into cwijesek/23-notify-command
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumManiac committed Feb 23, 2024
2 parents eb17f16 + bf69ce3 commit 25f682e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/moment-timezone": "^0.5.30",
"@types/node-schedule": "^2.1.5",
"dotenv": "^16.3.1",
"googleapis": "^129.0.0",
"googleapis": "^133.0.0",
"html-to-text": "^9.0.5",
"moment-timezone": "^0.5.44",
"node-schedule": "^2.1.1"
Expand Down
1 change: 1 addition & 0 deletions src/utils/googleCalendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function getEvents(auth: OAuth2Client): Promise<calendar_v3.Schema$
const getNextEvents = await calendar.events.list({
auth: auth,
calendarId: "primary",
eventTypes: ["default"],
timeMin: currentTime.toISOString(),
timeMax: next24Hours.toISOString(),
singleEvents: true,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3994,13 +3994,13 @@ __metadata:
languageName: node
linkType: hard

"googleapis@npm:^129.0.0":
version: 129.0.0
resolution: "googleapis@npm:129.0.0"
"googleapis@npm:^133.0.0":
version: 133.0.0
resolution: "googleapis@npm:133.0.0"
dependencies:
google-auth-library: ^9.0.0
googleapis-common: ^7.0.0
checksum: ce694221b9e53195761a8e08452dd60919afe6a0f397720384a638dba4ae1d6d0a2c2bf4a8c78630e631b4f69137036bb3a5d87629ec82e33ef2eead732986c5
checksum: 2e18f8da13e04d7d05d83b293d44ba7da2ed06789357869ca39725ac77144f0e4dc6a2ae1dc7f4de715821cccedebffa9c2c7e718cc7c03774239e9c4c8cc63f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5650,7 +5650,7 @@ __metadata:
eslint-config-prettier: ^9.0.0
eslint-plugin-jsdoc: ^48.0.2
eslint-plugin-prettier: ^5.0.0
googleapis: ^129.0.0
googleapis: ^133.0.0
html-to-text: ^9.0.5
jest: ^29.7.0
moment-timezone: ^0.5.44
Expand Down

0 comments on commit 25f682e

Please sign in to comment.