원클릭으로
calendar
Read events from Calendar.app using icalBuddy
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read events from Calendar.app using icalBuddy
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Daily review workflow - process completed work, roll over unfinished items, prepare for tomorrow
Prepare for upcoming calendar events - identify prep needs, research attendees, create briefings
Prune and consolidate state files, surface important items from journal to core state
Weekly review for pattern recognition, commitment hygiene, and identity refinement
Guide for setting up Innie from scratch - global config, memory repo, MCP servers, and scheduler
How Matt creates pull requests - branch naming, commit style, PR workflow
| name | calendar |
| description | Read events from Calendar.app using icalBuddy |
Read-only access to macOS Calendar.app via icalBuddy.
brew install ical-buddy
icalBuddy calendars
# All calendars
icalBuddy eventsToday
# Specific calendar
icalBuddy -ic "mkane@cloudflare.com" eventsToday
# Compact format (no notes/attendees)
icalBuddy -eep notes,attendees -ic "mkane@cloudflare.com" eventsToday
# Today + next 3 days
icalBuddy -ic "mkane@cloudflare.com" eventsToday+3
# From now only (exclude past events today)
icalBuddy -n -ic "mkane@cloudflare.com" eventsToday
icalBuddy -ic "mkane@cloudflare.com" eventsFrom:"2026-01-07" to:"2026-01-14"
icalBuddy -ic "mkane@cloudflare.com" eventsNow
icalBuddy -uid -ic "mkane@cloudflare.com" eventsToday
| Option | Description |
|---|---|
-ic "Cal" | Include only this calendar |
-ec "Cal" | Exclude this calendar |
-n | Only events from now on |
-uid | Show event UIDs |
-nc | No calendar names in output |
-eep notes | Exclude notes property |
-eep attendees | Exclude attendees |
-eep notes,attendees | Exclude multiple properties |
-li 5 | Limit to 5 items |
-tf "%H:%M" | Time format (24h) |
-df "%Y-%m-%d" | Date format |
• Team standup (Work)
location: Zoom
notes: Daily sync
attendees: alice@co.com, bob@co.com
09:00 - 09:30
• 1:1 with Alice (Work)
location: Conference Room B
14:00 - 14:30
Exclude holidays and birthdays:
icalBuddy -ec "Birthdays,UK Holidays,Siri Suggestions" eventsToday
Or include only work calendar:
icalBuddy -ic "mkane@cloudflare.com" eventsToday