Skip to content

Commit

Permalink
calendar api v3, batching
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Feb 28, 2024
1 parent 15f0f2e commit 861da7d
Show file tree
Hide file tree
Showing 12 changed files with 1,342 additions and 557 deletions.
3 changes: 2 additions & 1 deletion appsscript.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"oauthScopes": [
"https://www.googleapis.com/auth/calendar",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/calendar.addons.execute"
"https://www.googleapis.com/auth/calendar.addons.execute",
"https://www.googleapis.com/auth/script.external_request"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@battis/gas-lighter": "^0.3.2",
"@types/node": "^20.5.0"
"@battis/gas-lighter": "file:../gas-lighter",
"@types/node": "^20.11.21"
},
"prettier": "@battis/prettier-config",
"eslintConfig": {
Expand Down
Loading

0 comments on commit 861da7d

Please sign in to comment.