{"id":18578685,"url":"https://github.com/jech/ical","last_synced_at":"2025-08-23T13:19:44.163Z","repository":{"id":193698480,"uuid":"689332480","full_name":"jech/ical","owner":"jech","description":"Consult CalDav (iCalendar) calendars from the command line","archived":false,"fork":false,"pushed_at":"2024-05-29T22:06:01.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T02:11:48.675Z","etag":null,"topics":["caldav","ical","icalendar"],"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/jech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-09T13:28:57.000Z","updated_at":"2024-05-29T22:06:05.000Z","dependencies_parsed_at":"2024-01-18T22:59:28.554Z","dependency_job_id":"45affe9d-90bb-4811-9da1-bee590bec43f","html_url":"https://github.com/jech/ical","commit_stats":null,"previous_names":["jech/ical"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jech/ical","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jech","download_url":"https://codeload.github.com/jech/ical/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jech%2Fical/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271749047,"owners_count":24814114,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":["caldav","ical","icalendar"],"created_at":"2024-11-06T23:36:46.016Z","updated_at":"2025-08-23T13:19:44.144Z","avatar_url":"https://github.com/jech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Consult CalDav (iCalendar) calendars from the command line\n\nA command-line program to consult remote CalDav (iCalendar) calendars from\nthe command line.  There is no caching and no need to synchronise\nanything: `ical` sends requests directly to the remote server.\n\n## Building\n\nSay\n\n```\ngo build -ldflags=\"-s -w\"\n```\nThen copy the `ical` binary somewhere on your path.\n\n## The configuration file\n\nWhen you first start `ical`, it will complain about a missing configuration\nfile (`~/.config/ical/ical.json` under Unix).  The file should look like this:\n```\n{\n    \"endpoint\": \"https://cloud.example.org/remote.php/dav/calendars/username\",\n    \"username\": \"username\",\n    \"password\": \"password\"\n}\n```\n\nOmit `\"username\"` and `\"password\"` if no authentication is needed.  If you\nonly want to consult a subset of calendars, add a field \"calendars\":\n```\n{\n    \"endpoint\": \"https://cloud.example.org/remote.php/dav/calendars/username\",\n    \"username\": \"username\",\n    \"password\": \"password\",\n    \"calendars\": [\"personal\"]\n}\n```\n\n## Usage\n\nDisplay all events in the next 7 days:\n```\nical\n```\n\nDisplay all events in the next 31 days:\n```\nical -duration month\n```\n\nDisplay all events in the next 3 days:\n```\nical -duration 3\n```\n\nDisplay all events in the next 7 days together with their descriptions:\n```\nical -v\n```\n\nList the user's calendars:\n```\nical -list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjech%2Fical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjech%2Fical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjech%2Fical/lists"}