一键导入
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