{"id":25945059,"url":"https://github.com/andypiper/ics-event-cli","last_synced_at":"2026-05-15T22:02:49.279Z","repository":{"id":276043134,"uuid":"928026399","full_name":"andypiper/ics-event-cli","owner":"andypiper","description":"A command-line tool to extract and display events from an ICS file. Supports terminal tables, CSV export, and Markdown output.","archived":false,"fork":false,"pushed_at":"2025-02-06T12:43:24.000Z","size":7,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T23:12:10.540Z","etag":null,"topics":["calendar","cli","commandline","ical","ics","python","terminal","webcal"],"latest_commit_sha":null,"homepage":"","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/andypiper.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}},"created_at":"2025-02-05T23:51:32.000Z","updated_at":"2025-02-06T12:43:28.000Z","dependencies_parsed_at":"2025-02-06T00:39:17.120Z","dependency_job_id":null,"html_url":"https://github.com/andypiper/ics-event-cli","commit_stats":null,"previous_names":["andypiper/ics-event-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fics-event-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fics-event-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fics-event-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andypiper%2Fics-event-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andypiper","download_url":"https://codeload.github.com/andypiper/ics-event-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241812944,"owners_count":20024499,"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":["calendar","cli","commandline","ical","ics","python","terminal","webcal"],"created_at":"2025-03-04T08:29:02.095Z","updated_at":"2025-10-25T15:38:30.677Z","avatar_url":"https://github.com/andypiper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICS CLI Tool\n\nA command-line tool to quickly extract and display events from an ICS file. Supports terminal tables, CSV export, and Markdown output.\n\n## Features\n\n- **Parses ICS files** and extracts event details.\n- **Shows only future events by default** (past events optional).\n- **Rich terminal table display** using `rich`.\n- **Export as CSV or Markdown**.\n- **Short mode**: Shows only the next n events (defaults to 5); complete listing available.\n\n## Installation\n\n### **Option 1: Using `pip`**\n\n```sh\npip install -r requirements.txt\n```\n\n### **Option 2: Using `poetry`**\n\n```sh\npoetry install\n```\n\n## Usage\n\n### **Display upcoming events in a table (default)**\n\n```sh\npython ics_events.py my_calendar.ics\n```\n\n### **Show all events (including past)**\n\n```sh\npython ics_events.py my_calendar.ics --all\n```\n\n### **Show only the next 10 events**\n\n```sh\npython ics_events.py my_calendar.ics --short\n```\n\n### **Show the next 5 events**\n\n```sh\npython ics_events.py my_calendar.ics --short 5\n```\n\n### **Show all events (no filtering)**\n\n```sh\npython ics_events.py my_calendar.ics --all\n```\n\n### **Show the next 25 events**\n\n```sh\npython ics_events.py my_calendar.ics --short 20\n```\n\n### **Export the next 15 events to CSV**\n\n```sh\npython ics_events.py my_calendar.ics --format csv -o events.csv --short 15\n```\n\n### **Export to CSV**\n\n```sh\npython ics_events.py my_calendar.ics --format csv -o events.csv\n```\n\n### **Export to Markdown**\n\n```sh\npython ics_events.py my_calendar.ics --format markdown -o events.md\n```\n\n## License\n\nMIT License © 2025 Andy Piper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandypiper%2Fics-event-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandypiper%2Fics-event-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandypiper%2Fics-event-cli/lists"}