{"id":22742214,"url":"https://github.com/heitang/hackersir-meetcreate","last_synced_at":"2025-07-26T06:14:54.999Z","repository":{"id":107686179,"uuid":"372279989","full_name":"HeiTang/HackerSir-MeetCreate","owner":"HeiTang","description":"社團會議自動生成","archived":false,"fork":false,"pushed_at":"2021-07-17T14:29:48.000Z","size":4335,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-24T03:59:33.913Z","etag":null,"topics":["apps-script","discord-webhook","google-apps-script","google-form","google-spreadsheet","hackersir","line-notify"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeiTang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-05-30T17:47:54.000Z","updated_at":"2022-09-16T06:24:12.000Z","dependencies_parsed_at":"2023-06-08T18:45:30.992Z","dependency_job_id":null,"html_url":"https://github.com/HeiTang/HackerSir-MeetCreate","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/HeiTang/HackerSir-MeetCreate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiTang%2FHackerSir-MeetCreate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiTang%2FHackerSir-MeetCreate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiTang%2FHackerSir-MeetCreate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiTang%2FHackerSir-MeetCreate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeiTang","download_url":"https://codeload.github.com/HeiTang/HackerSir-MeetCreate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeiTang%2FHackerSir-MeetCreate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267127956,"owners_count":24040154,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apps-script","discord-webhook","google-apps-script","google-form","google-spreadsheet","hackersir","line-notify"],"created_at":"2024-12-11T00:35:14.448Z","updated_at":"2025-07-26T06:14:54.974Z","avatar_url":"https://github.com/HeiTang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HackerSir X MeetCreate\n\n使用者填完會議表單後，自動在行事曆上生成事件，並且在 Line Notify 和 Discord 上公告。\n\n## 功能\n- 自動在 Google Calendar 生成一個會議事件。\n- 自動在 Line Notify 和 Discord 公告會議訊息。\n\n## 使用方法\n1. 首先，建立會議表單（格式請參考：https://forms.gle/kN1mf7z5N8u3bXkVA）。  \n  \n2. 從表單中生成 Google Sheet，並將工作表命名為「會議列表」。\n   \n   因程式是抓取表單中的相對位置，所以請確保格式與[此試算表](https://docs.google.com/spreadsheets/d/1FGeiU-b0yeppczjo-k6CtD7sbk5RrAtjRByIYUzvPe4/edit?usp=sharing)相同。\n\n   \u003e 若自定義「工作表名稱」，需修改 `main.gs` 中 \n   \u003e ```javascript=\n   \u003e var sheet_List = Meet.getSheetByName('會議列表');\n   \u003e ```\n\n3. 選擇試算表中「工具」的「指令碼編輯器」，並將 `main.gs` 和 `config.js` 複製進去並存檔。\n\n4. 修改 config.js。\n\n    ```js=    \n    // Line Notify 、 Discord Webhook\n    LineNotifyToken = 'YOUR_LINENOTIFY_TOKEN';\n    DiscordWebhookToken = 'YOUR_DISCORD_WEBHOOK_TOKEN';\n\n    // Google Sheet 會議列表\n    GoogleSheetId_Meetlist = 'YOUR_MEET_SHEET_Id';\n    // Google Sheet 通訊錄\n    GoogleSheetId_Contactlist = 'YOUR_CONTACT_SHEET_Id';\n\n    // Google Calendar\n    GoogleCalendarId = 'YOUR_CALENDAR_Id';\n    ```\n    \n5. 選擇「觸發條件」點選「新增觸發條件」。\n\n    | 執行的功能 | 部署作業 | 活動來源 | 時間型觸發條件類型 |\n    | :-------------: | :--------------: | :---------: | :----------------: |\n    | onOpen        | 上端 | 試算表 | 文件開始時 |\n    | addEvents  | 上端 | 試算表 | 提交表單時  | \n\n## DEMO\n- [Google 表單](https://forms.gle/kN1mf7z5N8u3bXkVA)\n![form](Picture/form.png)\n\n- [Google 試算表](https://docs.google.com/spreadsheets/d/e/2PACX-1vQBt8C6AwyvTZdrXqrQQFtsSw8e4i2M4eSANcjl8PBgv9EogIhlBcJ07p7iOObToBmor73uZ5mrbx2c/pubhtml)\n![spreadsheet](Picture/spreadsheet.png)\n\n\n- [Google 行事曆](https://calendar.google.com/calendar/u/0/embed?src=c_gj1cgk7evmsh564rqrqspatkv4@group.calendar.google.com\u0026ctz=Asia/Taipei)\n![calendar](Picture/calendar.png)\n\n\n- Discord\n![discord](Picture/discord.png)\n\n\n- Line Notify\n![line](Picture/line.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheitang%2Fhackersir-meetcreate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheitang%2Fhackersir-meetcreate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheitang%2Fhackersir-meetcreate/lists"}