Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...
- Added detailed usage instructions and examples to the documentation (SKILL.md). - Clarified JSON fields for event creation, listing all supported options and their defaults. - Provided best practices for parsing natural language and mapping to calendar actions. - Introduced critical rules for reliability, including always listing calendars first and strict input validation. - Explained handling of recurring events and alarm settings. - Improved sample commands for a wide range of scheduling scenarios.