{"id":16979383,"url":"https://github.com/felipegtx/googlecalendartocsv","last_synced_at":"2026-05-11T06:03:56.139Z","repository":{"id":141658016,"uuid":"46720503","full_name":"felipegtx/googleCalendarToCSV","owner":"felipegtx","description":":calendar:  Save all your Google Agenda events to a CSV file","archived":false,"fork":false,"pushed_at":"2016-01-27T17:11:03.000Z","size":174,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T17:24:34.736Z","etag":null,"topics":["csv","exporter","google-calendar","nodejs"],"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/felipegtx.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":"2015-11-23T13:01:04.000Z","updated_at":"2018-04-18T11:51:40.000Z","dependencies_parsed_at":"2023-04-21T19:07:42.950Z","dependency_job_id":null,"html_url":"https://github.com/felipegtx/googleCalendarToCSV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2FgoogleCalendarToCSV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2FgoogleCalendarToCSV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2FgoogleCalendarToCSV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipegtx%2FgoogleCalendarToCSV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipegtx","download_url":"https://codeload.github.com/felipegtx/googleCalendarToCSV/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244880657,"owners_count":20525515,"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":["csv","exporter","google-calendar","nodejs"],"created_at":"2024-10-14T01:45:38.855Z","updated_at":"2026-05-11T06:03:56.050Z","avatar_url":"https://github.com/felipegtx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Calendar events to CSV\n\nDownloads all events from your Google Calendars and saves it as a CSV file.\n\n## Setup\n\nFollow the steps bellow *just once*.\n\n1. Download and install [NodeJS](https://nodejs.org/en/download/)\n\n2. Download this repo - *just click on the `Download ZIP` button available in this very page*\n\n3. [Create a valid OAuth2 ID](https://developers.google.com/google-apps/calendar/quickstart/nodejs#step_1_turn_on_the_api_name)\n\n  3.1 Remember to save your `client_secret.json` in the **same** directory you've saved this code\n  \n4. Run the following commands (from within this application's directory)\n\n    4.1 Restore [all dependencies](https://github.com/felipegtx/googleCalendarNode/blob/master/package.json#L10-L16) from this project\n    ```sh\n    npm update\n    ```\n\n    4.2 Run the application\n    ```sh\n    node gcn.js\n    ```\n5. Follow the steps through the page opened by the application to **get the authorization token**\n    \n6. Enter de **authorization token** back into the app and hit `enter`\n    \n7. Profit!\n\n### Future executions\n\nAfter the first full run, all you need to do in order to gather your data from Google's servers is to run the command `node gcn.js` from within the application directory.\n\n### Limitations\n\nThe number of events that the this code is able to download is now limited to ``2500``. This is enforced by Google. [See here](https://developers.google.com/google-apps/calendar/v3/reference/events/list#parameters) for more info (*parameter `maxResults`*).\n\n## CSV file structure\n   \n  1. Calendar description (usually it's name)\n  2. Event summary\n  3. Event description\n  4. Event start\n  5. Event end\n  6. Location\n  7. Event organizer's email address\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipegtx%2Fgooglecalendartocsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipegtx%2Fgooglecalendartocsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipegtx%2Fgooglecalendartocsv/lists"}