{"id":14986004,"url":"https://github.com/vincentkoc/actions-google-calendar","last_synced_at":"2025-10-05T23:31:47.567Z","repository":{"id":38784528,"uuid":"495022163","full_name":"vincentkoc/actions-google-calendar","owner":"vincentkoc","description":"Github action to import Google Calendar events","archived":false,"fork":true,"pushed_at":"2022-05-22T11:26:32.000Z","size":8990,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T14:22:11.597Z","etag":null,"topics":["actions","calendar","workflow"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"max-mapper/google-calendar-import","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vincentkoc.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}},"created_at":"2022-05-22T10:05:38.000Z","updated_at":"2024-10-21T10:50:52.000Z","dependencies_parsed_at":"2023-01-04T12:17:32.452Z","dependency_job_id":null,"html_url":"https://github.com/vincentkoc/actions-google-calendar","commit_stats":{"total_commits":70,"total_committers":4,"mean_commits":17.5,"dds":0.3285714285714286,"last_synced_commit":"314f0a8ed12a3f93d474be7463dd59bdcdc4077e"},"previous_names":["vincentkoc/actions-google-calendar"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentkoc%2Factions-google-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentkoc%2Factions-google-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentkoc%2Factions-google-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentkoc%2Factions-google-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincentkoc","download_url":"https://codeload.github.com/vincentkoc/actions-google-calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235461364,"owners_count":18994067,"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":["actions","calendar","workflow"],"created_at":"2024-09-24T14:12:07.287Z","updated_at":"2025-10-05T23:31:39.845Z","avatar_url":"https://github.com/vincentkoc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Calendar Actions \n\n## Description\n\nThis action runs on a cron and gets a Google calendars events so you can write them to a github repo as JSON. events will be saved in this format in the file you specify in your config (using name as the unique key):\n\n```\n{\n  \"events\": [\n    {\n      \"name\": \"National Public Lands Day\",\n      \"date\": \"2021-09-25T00:00:00.000Z\",\n      \"description\": \"It's \u003cb\u003eNPLD\u003c/b\u003e\"\n    }\n  ]\n}\n```\n\n## Setup\n\n- Head to Google Cloud project new or existing\n- Sidebar select `API and services`\n- Click `Library` and enable `Google Calendar API`\n- Click `OAuth consent screen` as `External`\n- Create consent screen with your email(s) listed as a test user(s).\n- Download credentials as JSON and sabe in root as `credentials.json`.\n- Run `node src/token.js` to generate token.json following the prompts. When you get redirected in browser the string afer `code=` is your token.\n- Set credentials and token json env vars on github action using the output from the script.\n\n## Todo\n\n- Add support for multiple calendars.\n- Add support for filtering events by date.\n- Add support for filtering events by name.\n- Add support for other output formats including markdown, txt, csv.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentkoc%2Factions-google-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincentkoc%2Factions-google-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentkoc%2Factions-google-calendar/lists"}