A
licenseNot graded
qualityB
maintenanceEnables Claude to interact with iCloud Calendar through CalDAV, allowing users to list, search, create, update, and delete calendar events using natural language.
14 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation: creating, deleting, listing calendars, listing events, and updating events. No overlap in functionality.
All tools follow the 'icloud_verb_noun' pattern using lowercase with underscores, ensuring clear and predictable naming.
With 5 tools, the set covers essential CRUD operations for calendar events plus calendar listing, which is appropriate for a focused calendar server.
Core operations (create, read, update, delete) are present, but a direct 'get event by UID' tool is missing, requiring agents to list events and filter. This is a minor gap.