This commit is contained in:
KS Jannette
2026-02-20 11:53:31 -05:00
parent 809da541dc
commit 1cff926c15
2 changed files with 122 additions and 36 deletions

12
accounts.example.json Normal file
View File

@@ -0,0 +1,12 @@
{
"work": {
"label": "",
"tokenFile": "token.json",
"spreadsheetId": "",
"calendarId": "primary"
},
"secondary": {
"label": "",
"tokenFile": "token-secondary.json"
}
}