{"id":22105202,"url":"https://github.com/russellane/gcal","last_synced_at":"2026-02-06T02:31:27.450Z","repository":{"id":263295836,"uuid":"889957021","full_name":"russellane/gcal","owner":"russellane","description":"Google Calendar CLI","archived":false,"fork":false,"pushed_at":"2025-01-13T21:44:21.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T12:20:00.794Z","etag":null,"topics":["calendar","gcal","google"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/russellane.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":"2024-11-17T17:04:31.000Z","updated_at":"2025-01-13T21:44:24.000Z","dependencies_parsed_at":"2025-07-25T02:32:06.291Z","dependency_job_id":"5982b5b6-45b8-451a-9737-2600caafb841","html_url":"https://github.com/russellane/gcal","commit_stats":null,"previous_names":["russellane/gcal"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/russellane/gcal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/russellane%2Fgcal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/russellane%2Fgcal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/russellane%2Fgcal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/russellane%2Fgcal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/russellane","download_url":"https://codeload.github.com/russellane/gcal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/russellane%2Fgcal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29145831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T01:13:33.096Z","status":"online","status_checked_at":"2026-02-06T02:00:08.092Z","response_time":59,"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":["calendar","gcal","google"],"created_at":"2024-12-01T06:39:37.410Z","updated_at":"2026-02-06T02:31:27.419Z","avatar_url":"https://github.com/russellane.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gcal\n```\nusage: gcal [-h] [-H] [-v] [-V] [--config FILE] [--print-config] [--print-url]\n            [--completion [SHELL]]\n            COMMAND ...\n\nGoogle `calendar` command line interface.\n\nSpecify one of:\n  COMMAND\n    calendars           Display calendars in the user's calendar list.\n    events              Display scheduled events.\n\nGeneral options:\n  -h, --help            Show this help message and exit.\n  -H, --long-help       Show help for all commands and exit.\n  -v, --verbose         `-v` for detailed output and `-vv` for more detailed.\n  -V, --version         Print version number and exit.\n  --config FILE         Use config `FILE` (default: `~/.libgoogle.toml`).\n  --print-config        Print effective config and exit.\n  --print-url           Print project url and exit.\n  --completion [SHELL]  Print completion scripts for `SHELL` and exit\n                        (default: `bash`).\n\nSee `gcal COMMAND --help` for help on a specific command.\n```\n\n## gcal calendars\n```\nusage: gcal calendars [-h] [--include-calendars [CALENDARS ...] |\n                      --exclude-calendars [CALENDARS ...]] [--limit LIMIT]\n                      [--pretty-print]\n\nThe `gcal calendars` program displays all calendars in the user's `calendar list`.\n\noptions:\n  -h, --help            Show this help message and exit.\n  --include-calendars [CALENDARS ...]\n                        Only display from the given list of calendars.\n  --exclude-calendars [CALENDARS ...]\n                        Do not display from the given list of calendars.\n  --limit LIMIT         Limit execution to `LIMIT` number of items.\n  --pretty-print        Pretty-print items.\n```\n\n## gcal events\n```\nusage: gcal events [-h] [-s START_DATE] [-e END_DATE] [-n NUMDAYS]\n                   [--include-calendars [CALENDARS ...] |\n                   --exclude-calendars [CALENDARS ...]] [--limit LIMIT]\n                   [--pretty-print]\n\nThe `gcal events` program displays all events scheduled in all calendars\nin the user's `calendar list`.\n\noptions:\n  -h, --help            Show this help message and exit.\n  -s, --start START_DATE\n                        List events at or after `START_DATE` (inclusive)\n                        (YYYY-MM-DD). Defaults to `today`. Use `all` to not\n                        filter by start-date.\n  -e, --end END_DATE    List events prior to `END_DATE` (exclusive) (YYYY-MM-\n                        DD). Defaults to `NUMDAYS` from `START_DATE`. Use\n                        `all` to not filter by end-date.\n  -n, --numdays NUMDAYS\n                        List up to `NUMDAYS` days of events (default: `90`).\n  --include-calendars [CALENDARS ...]\n                        Only display from the given list of calendars.\n  --exclude-calendars [CALENDARS ...]\n                        Do not display from the given list of calendars.\n  --limit LIMIT         Limit execution to `LIMIT` number of items.\n  --pretty-print        Pretty-print items.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellane%2Fgcal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frussellane%2Fgcal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frussellane%2Fgcal/lists"}