en un clic
calendar
Read events from Calendar.app using icalBuddy
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Read events from Calendar.app using icalBuddy
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| 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
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