{"id":18713993,"url":"https://github.com/xi-plus/youtube-live-calendar","last_synced_at":"2026-05-01T17:35:48.284Z","repository":{"id":87553616,"uuid":"475367387","full_name":"Xi-Plus/youtube-live-calendar","owner":"Xi-Plus","description":"Use Google App Script to create upcoming live events in your Google Calendar","archived":false,"fork":false,"pushed_at":"2022-06-18T05:47:31.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T10:46:22.709Z","etag":null,"topics":["google-app-script","google-calendar","youtube"],"latest_commit_sha":null,"homepage":"","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/Xi-Plus.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":"2022-03-29T09:17:38.000Z","updated_at":"2022-05-09T04:42:33.000Z","dependencies_parsed_at":"2023-03-07T02:45:33.741Z","dependency_job_id":null,"html_url":"https://github.com/Xi-Plus/youtube-live-calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xi-Plus/youtube-live-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xi-Plus%2Fyoutube-live-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xi-Plus%2Fyoutube-live-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xi-Plus%2Fyoutube-live-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xi-Plus%2Fyoutube-live-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xi-Plus","download_url":"https://codeload.github.com/Xi-Plus/youtube-live-calendar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xi-Plus%2Fyoutube-live-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32507091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["google-app-script","google-calendar","youtube"],"created_at":"2024-11-07T12:50:50.143Z","updated_at":"2026-05-01T17:35:48.260Z","avatar_url":"https://github.com/Xi-Plus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# youtube-live-calendar\nUse Google App Script to create upcoming live events in your Google Calendar\n\n## Setup\nScript ID: `1prTvghhm4asQBDa3YpnmGLoCIWeTZV7dQHDFA-UM4vZLZQ9EAU8zkpmx` \\\nSee https://developers.google.com/apps-script/guides/libraries#add_a_library_to_your_script_project\n\n## Getting Started\n```js\nvar subscribedChannels = [\n  {key: 'CDC', shortName: 'TCDC', id: 'UCyh91eTE9jA3ykg8W3_v3DQ'},\n  // Add more channels as above\n]\n// Find your Calendar ID in https://calendar.google.com/calendar/u/0/r/settings\nvar calendarId = 'xxxxxxxxxxxxxxxxxxxxxxxxxx@group.calendar.google.com'\nvar YTLC = YouTubeLiveCalendar.init(calendarId, subscribedChannels)\n\n// Run single channel\nfunction runCDC() {\n  YTLC.runChannel('CDC')\n}\n\n// Run all channels defined in subscribedChannels\nfunction runAllChannels() {\n  YTLC.runAllChannels()\n}\n\n// Use this method to list your subscriptions and find channel ID\nfunction listSubscriptions() {\n  YTLC.listSubscriptions()\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxi-plus%2Fyoutube-live-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxi-plus%2Fyoutube-live-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxi-plus%2Fyoutube-live-calendar/lists"}