npx skills add https://github.com/daxaur/openpaw --skill c-calendar此技能通过 gog(Google 日历)或 icalBuddy(Apple 日历)管理日历。使用 which gog icalBuddy 检查可用性。
gog cal (gogcli)gog cal list # 列出即将发生的事件
gog cal list --days 7 # 未来 7 天
gog cal list --calendar "Work" # 特定日历
gog cal list --start "2026-03-01" --end "2026-03-07"
gog cal get <event-id> # 获取事件详情
gog cal create --title "Meeting" --start "2026-03-01T10:00" --end "2026-03-01T11:00"
gog cal create --title "Event" --start "tomorrow 2pm" --duration 1h --calendar "Work"
gog cal create --attendees "alice@x.com,bob@x.com" --title "Sync"
gog cal update <event-id> --title "New Title"
gog cal delete <event-id>
gog cal calendars # 列出所有日历
gog cal freebusy --start "tomorrow" --end "tomorrow 5pm"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
icalBuddyicalBuddy eventsToday # 今日事件
icalBuddy eventsToday+3 # 今日至未来 3 天的事件
icalBuddy eventsFrom:"2026-03-01" to:"2026-03-07"
icalBuddy -ic "Work" eventsToday # 特定日历
icalBuddy calendars # 列出所有日历
icalBuddy uncompletedTasks # 未完成的提醒/任务
gog cal freebusy 检查可用性。icalBuddy 对于 Apple 日历是只读的——用于查看,而非创建。gog 配合 Google 日历,或通过 osascript 后备方案使用 AppleScript。gog 接受自然语言日期("tomorrow 2pm", "next Monday 9am")。gog 需要 Google OAuth 认证:gog auth。icalBuddy 直接从本地日历数据库读取(无需认证)。gog cal --account work list 支持多个 Google 账户。每周安装数
1
代码仓库
GitHub 星标数
73
首次出现
今天
安全审计
已安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
This skill manages calendars via gog (Google Calendar) or icalBuddy (Apple Calendar). Check availability with which gog icalBuddy.
gog cal (gogcli)gog cal list # List upcoming events
gog cal list --days 7 # Next 7 days
gog cal list --calendar "Work" # Specific calendar
gog cal list --start "2026-03-01" --end "2026-03-07"
gog cal get <event-id> # Get event details
gog cal create --title "Meeting" --start "2026-03-01T10:00" --end "2026-03-01T11:00"
gog cal create --title "Event" --start "tomorrow 2pm" --duration 1h --calendar "Work"
gog cal create --attendees "alice@x.com,bob@x.com" --title "Sync"
gog cal update <event-id> --title "New Title"
gog cal delete <event-id>
gog cal calendars # List all calendars
gog cal freebusy --start "tomorrow" --end "tomorrow 5pm"
icalBuddyicalBuddy eventsToday # Today's events
icalBuddy eventsToday+3 # Events today through next 3 days
icalBuddy eventsFrom:"2026-03-01" to:"2026-03-07"
icalBuddy -ic "Work" eventsToday # Specific calendar
icalBuddy calendars # List all calendars
icalBuddy uncompletedTasks # Incomplete reminders/tasks
gog cal freebusy to check availability before scheduling.icalBuddy is read-only for Apple Calendar — use it for viewing, not creating.gog with Google Calendar or use AppleScript via the osascript fallback.gog ("tomorrow 2pm", "next Monday 9am").gog requires Google OAuth: gog auth.icalBuddy reads directly from the local Calendar database (no auth needed).gog cal --account work list.Weekly Installs
1
Repository
GitHub Stars
73
First Seen
Today
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
Azure RBAC 权限管理工具:查找最小角色、创建自定义角色与自动化分配
117,000 周安装