A solid wrapper around Google Calendar's v3 API that handles the authentication headaches for you. Covers the full spectrum from basic event CRUD to calendar sharing permissions and free/busy queries. The helper commands like `+agenda` and `+insert` save you from wrestling with raw API parameters for common tasks. What I appreciate is the `gws schema` command that shows you exactly what parameters each method expects before you make the call. If you're building anything that needs to read or manipulate Google Calendar data programmatically, this beats writing your own OAuth flow and API client from scratch.
npx skills add https://github.com/googleworkspace/cli --skill gws-calendar