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:
Norm Rasmussen
2025-07-23 14:41:11 -04:00
parent 0e039e4462
commit ffd706dba7
5 changed files with 187 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"timeZone": "America/New_York",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Calendar",
"version": "v3",
"serviceId": "calendar"
}
]
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}