{"id":15714342,"url":"https://github.com/kim-hwiwon/Gsheets-Slack-Schedule-Notifier","last_synced_at":"2025-03-12T15:31:03.383Z","repository":{"id":254423292,"uuid":"821802975","full_name":"kim-hwiwon/Gsheets-Slack-Schedule-Notifier","owner":"kim-hwiwon","description":"Make your Google Sheets as a Slack schedule manager, which automatically sends notifications before each event without discrete servers","archived":false,"fork":false,"pushed_at":"2024-08-23T10:20:45.000Z","size":352,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T17:34:00.695Z","etag":null,"topics":["google-apps-script","google-apps-script-library","google-sheets","notifier","schedule","slack"],"latest_commit_sha":null,"homepage":"https://docs.google.com/spreadsheets/d/17Lv9EjPLb8zpH-rmHipRh_ZgHRkxIwhz5BerVOBHsko#gid=0","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kim-hwiwon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-29T13:30:24.000Z","updated_at":"2024-08-26T09:09:03.000Z","dependencies_parsed_at":"2024-08-23T11:53:56.813Z","dependency_job_id":null,"html_url":"https://github.com/kim-hwiwon/Gsheets-Slack-Schedule-Notifier","commit_stats":null,"previous_names":["snoopy3476/gsheets-slack-schedule-notifier","hwiwon-kim/gsheets-slack-schedule-notifier","kim-hwiwon/gsheets-slack-schedule-notifier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kim-hwiwon%2FGsheets-Slack-Schedule-Notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kim-hwiwon%2FGsheets-Slack-Schedule-Notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kim-hwiwon%2FGsheets-Slack-Schedule-Notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kim-hwiwon%2FGsheets-Slack-Schedule-Notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kim-hwiwon","download_url":"https://codeload.github.com/kim-hwiwon/Gsheets-Slack-Schedule-Notifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243242728,"owners_count":20259809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-apps-script","google-apps-script-library","google-sheets","notifier","schedule","slack"],"created_at":"2024-10-03T21:36:15.117Z","updated_at":"2025-03-12T15:31:02.824Z","avatar_url":"https://github.com/kim-hwiwon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GSheets Slack Schedule Notifier\n\nManage and notify team schedules to Slack, using Google Sheets and Google Apps Script.\n\n\n## Features\n\n* Shared schedule management among your team\n* Automatic schedule notifications to Slack, without discrete servers\n  * Using triggers on Google Apps Script instead of servers\n* Temporary date, time, place, and other fields\n  * When temporary values are set, they will be applied only once on a first notification, then reverted back after that\n* Custom fields\n  * Add your own custom field if neccesarry\n  * All custom fields are displayed at detail page after pressing schedule button on Slack notification\n\n\n## Get Started\n\nTo use this notifier with pre-configured settings, do the followings:\n\n1. Visit the [sample sheet using the library](https://docs.google.com/spreadsheets/d/17Lv9EjPLb8zpH-rmHipRh_ZgHRkxIwhz5BerVOBHsko#gid=0)\n2. Make a copy of it (using `[File] \u003e [Make a copy]`)\n3. Initialize the Google Sheets, Apps Script, and Slack App according to the README in the sheet\n\nAfter that, the sheet will work as follows:\n\n* Notify schedules right before of them (before about 5 minutes)\n* Remind schedules before about 30 minutes\n* Remind all schedules of that day every morning\n\n\n## Usage Examples\n\n1. If the sheet above (sample sheet) is filled as follows:  \n   ![sheet-before](https://github.com/snoopy3476/Gsheets-Slack-Schedule-Notifier/blob/f910558b9e7fd8b95e94bc016e6efa875a0351fe/readme-asset/sheet-before.png?raw=true)\n\n2. Slack connected with the sheet receives notifications as follows:  \n   | Desktop | Mobile | Mobile (Noti Preview) |\n   |:-------:|:------:|:---------------------:|\n   | ![example-desktop](https://github.com/snoopy3476/Gsheets-Slack-Schedule-Notifier/blob/f910558b9e7fd8b95e94bc016e6efa875a0351fe/readme-asset/example-desktop.jpg?raw=true) | ![example-mobile](https://github.com/snoopy3476/Gsheets-Slack-Schedule-Notifier/blob/f910558b9e7fd8b95e94bc016e6efa875a0351fe/readme-asset/example-mobile.jpg?raw=true) | ![example-mobile-noti](https://github.com/snoopy3476/Gsheets-Slack-Schedule-Notifier/blob/f910558b9e7fd8b95e94bc016e6efa875a0351fe/readme-asset/example-mobile-noti.jpg?raw=true) |\n\n4. And the schedules without repeat flag are unchecked after notified as follows:  \n   ![sheet-after](https://github.com/snoopy3476/Gsheets-Slack-Schedule-Notifier/blob/f910558b9e7fd8b95e94bc016e6efa875a0351fe/readme-asset/sheet-after.png?raw=true)\n\n\n## Use the Library in Google Apps Script Directly\n\nYou can [add the source library to your Google Apps Script project](https://developers.google.com/apps-script/guides/libraries) without using the sample sheet above that uses this library.\n\n* Apps Script Library ID: `1CZ1rh6cvKlu9bTpNwCZ_1nbqd38704CC3kOBnTIGOErvZCfcdRT2fdv7`\n\n\n## Notes\n\n* Be aware of Apps Script quotas\n  * Check the [quotas page of Apps Script](https://developers.google.com/apps-script/guides/services/quotas) before using this.  \n    This notifier may consume all trigger quota for your account, if you do not configure the interval of notification triggers carefully.\n  * It is recommended to create a new Google account for this Apps Script service not to exhaust your personal quotas.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkim-hwiwon%2FGsheets-Slack-Schedule-Notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkim-hwiwon%2FGsheets-Slack-Schedule-Notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkim-hwiwon%2FGsheets-Slack-Schedule-Notifier/lists"}