{"id":51294268,"url":"https://github.com/schappim/homebrew-ekctl","last_synced_at":"2026-06-30T13:01:26.926Z","repository":{"id":359741019,"uuid":"1138722309","full_name":"schappim/homebrew-ekctl","owner":"schappim","description":"Homebrew tap for ekctl - macOS CLI for Calendar and Reminders","archived":false,"fork":false,"pushed_at":"2026-05-23T07:23:09.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T09:27:38.018Z","etag":null,"topics":["cli","homebrew","homebrew-tap","macos"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/schappim.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-21T03:14:52.000Z","updated_at":"2026-05-23T07:23:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/schappim/homebrew-ekctl","commit_stats":null,"previous_names":["schappim/homebrew-ekctl"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/schappim/homebrew-ekctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schappim%2Fhomebrew-ekctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schappim%2Fhomebrew-ekctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schappim%2Fhomebrew-ekctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schappim%2Fhomebrew-ekctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schappim","download_url":"https://codeload.github.com/schappim/homebrew-ekctl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schappim%2Fhomebrew-ekctl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34967627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["cli","homebrew","homebrew-tap","macos"],"created_at":"2026-06-30T13:01:25.360Z","updated_at":"2026-06-30T13:01:26.811Z","avatar_url":"https://github.com/schappim.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebrew Tap for ekctl\n\nThis is the official Homebrew tap for [ekctl](https://github.com/schappim/ekctl) - a native macOS CLI tool for managing Calendar events and Reminders via EventKit.\n\n## Installation\n\n```bash\n# Add the tap\nbrew tap schappim/ekctl\n\n# Install ekctl\nbrew install ekctl\n```\n\n## Quick Start\n\n```bash\n# List all calendars and get their IDs\nekctl list calendars\n\n# Set up aliases for easier use (recommended)\nekctl alias set work \"YOUR_CALENDAR_ID\"\nekctl alias set personal \"YOUR_REMINDERS_ID\"\nekctl alias set groceries \"YOUR_GROCERY_LIST_ID\"\n\n# Now use friendly names instead of long IDs!\nekctl list events --calendar work --from \"2026-01-01T00:00:00Z\" --to \"2026-01-31T23:59:59Z\"\nekctl add event --calendar work --title \"Team Meeting\" --start \"2026-01-15T09:00:00Z\" --end \"2026-01-15T10:00:00Z\"\nekctl add reminder --list groceries --title \"Buy milk\"\n```\n\n## Usage\n\n```bash\n# List all calendars and reminder lists\nekctl list calendars\n\n# Manage aliases\nekctl alias set work \"CA513B39-1659-4359-8FE9-0C2A3DCEF153\"\nekctl alias list\nekctl alias remove work\n\n# List events (using alias or ID)\nekctl list events \\\n  --calendar work \\\n  --from \"2026-01-01T00:00:00Z\" \\\n  --to \"2026-01-31T23:59:59Z\"\n\n# Add an event\nekctl add event \\\n  --calendar work \\\n  --title \"Team Meeting\" \\\n  --start \"2026-01-15T09:00:00Z\" \\\n  --end \"2026-01-15T10:00:00Z\"\n\n# List incomplete reminders\nekctl list reminders --list personal --completed false\n\n# Add a reminder with due date\nekctl add reminder \\\n  --list personal \\\n  --title \"Call dentist\" \\\n  --due \"2026-01-20T09:00:00Z\"\n\n# Mark reminder as completed\nekctl complete reminder \"REMINDER_ID\"\n```\n\n## Permissions\n\nOn first run, macOS will prompt you to grant access to Calendars and Reminders. You can manage these permissions in:\n\n- **System Settings → Privacy \u0026 Security → Calendars**\n- **System Settings → Privacy \u0026 Security → Reminders**\n\n## Documentation\n\nFor complete documentation and more examples, see the [ekctl README](https://github.com/schappim/ekctl).\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschappim%2Fhomebrew-ekctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschappim%2Fhomebrew-ekctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschappim%2Fhomebrew-ekctl/lists"}