-
-
Notifications
You must be signed in to change notification settings - Fork 254
Expand file tree
/
Copy pathappsscript.json
More file actions
26 lines (26 loc) · 654 Bytes
/
Copy pathappsscript.json
File metadata and controls
26 lines (26 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"timeZone": "Etc/GMT",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Tasks",
"serviceId": "tasks",
"version": "v1"
},
{
"userSymbol": "Calendar",
"serviceId": "calendar",
"version": "v3"
}
]
},
"oauthScopes": [
"https://www.googleapis.com/auth/script.scriptapp",
"https://www.googleapis.com/auth/tasks",
"https://www.googleapis.com/auth/script.send_mail",
"https://www.googleapis.com/auth/calendar",
"https://www.googleapis.com/auth/script.external_request"
],
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}