{"id":28373756,"url":"https://github.com/n9v9/google-tasks-to-tasks-org","last_synced_at":"2025-10-28T19:42:39.329Z","repository":{"id":287455186,"uuid":"964793954","full_name":"n9v9/google-tasks-to-tasks-org","owner":"n9v9","description":"Simplify moving from Google Tasks to Tasks.org","archived":false,"fork":false,"pushed_at":"2025-04-11T19:55:50.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T20:24:53.706Z","etag":null,"topics":["google-tasks","tasks","tasks-org"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n9v9.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,"zenodo":null}},"created_at":"2025-04-11T19:50:23.000Z","updated_at":"2025-04-11T20:23:48.000Z","dependencies_parsed_at":"2025-04-11T20:52:01.871Z","dependency_job_id":null,"html_url":"https://github.com/n9v9/google-tasks-to-tasks-org","commit_stats":null,"previous_names":["n9v9/google-tasks-to-tasks-org"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n9v9/google-tasks-to-tasks-org","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n9v9%2Fgoogle-tasks-to-tasks-org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n9v9%2Fgoogle-tasks-to-tasks-org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n9v9%2Fgoogle-tasks-to-tasks-org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n9v9%2Fgoogle-tasks-to-tasks-org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n9v9","download_url":"https://codeload.github.com/n9v9/google-tasks-to-tasks-org/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n9v9%2Fgoogle-tasks-to-tasks-org/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261900808,"owners_count":23227441,"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-tasks","tasks","tasks-org"],"created_at":"2025-05-29T20:13:52.745Z","updated_at":"2025-10-28T19:42:39.261Z","avatar_url":"https://github.com/n9v9.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Tasks to Tasks.org\n\n## What\n\nConvert tasks stored in Google Tasks to tasks that can be imported into the Tasks.org app.\n\n## How\n\n1. Export your Google Tasks data via Google Takeout. Once downloaded, your export should contain a\n   file called `Tasks.json`, from now on called `GOOGLE_TASKS.json`\n2. Make a backup from your Tasks.org app. Once done, you should have a JSON file which we'll call\n   `TASKS_ORG.json`.\n3. Open `TASKS_ORG.json` to find out the UUID of the calendar you want your Google tasks to be\n   imported into. The UUIDs can be obtained via the JSONPath `$.data.caldavCalendars[*].uuid`.\n4. Run the tool:\n   ```sh\n   go run github.com/n9v9/google-tasks-to-tasks-org@latest convert \\\n      --calendar-uuid ... \\\n      --out converted.json \\\n      GOOGLE_TASKS.json TASKS_ORG.json\n   ```\n\nThis will create the file `converted.json` which has the same structure as `TASKS_ORG.json` but in\naddition contains the converted Google Tasks tasks.\n\nTo see the difference between your original and untouched `TASKS_ORG.json` file, and the newly\n`converted.json` file, run:\n\n```sh\ngo run github.com/n9v9/google-tasks-to-tasks-org@latest diff TASKS_ORG.json converted.json\n```\n\nIf everything looks alright, import the `converted.json` via the \"import backup\" functionality into\nyour Tasks.org app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn9v9%2Fgoogle-tasks-to-tasks-org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn9v9%2Fgoogle-tasks-to-tasks-org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn9v9%2Fgoogle-tasks-to-tasks-org/lists"}