Old calendar scrubber google script stopped working, so I re-wrote it to update it and have it better fit into how my schedule changes
This commit is contained in:
14
Scripts/GAS_GS/New_HA_Cal_Scrubber/appsscript.json
Normal file
14
Scripts/GAS_GS/New_HA_Cal_Scrubber/appsscript.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"timeZone": "America/New_York",
|
||||
"dependencies": {
|
||||
"enabledAdvancedServices": [
|
||||
{
|
||||
"userSymbol": "Calendar",
|
||||
"version": "v3",
|
||||
"serviceId": "calendar"
|
||||
}
|
||||
]
|
||||
},
|
||||
"exceptionLogging": "STACKDRIVER",
|
||||
"runtimeVersion": "V8"
|
||||
}
|
||||
Reference in New Issue
Block a user