google-calendar
Google Calendar integrates with gws to let you browse your agenda, schedule new events with attendees, query availability windows, and handle RSVPs. Works on macOS and Linux with Google Workspace OAuth credentials and the gws CLI tool.
Google Calendar lets you list events, create meetings, find free time, and manage invites via the gws CLI.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-18
Google Calendar lets you list events, create meetings, find free time, and manage invites via the gws CLI. Google Calendar integrates with gws to let you browse your agenda, schedule new events with attendees, query availability windows, and handle RSVPs. Works on macOS and Linux with Google Workspace OAuth credentials and the gws CLI tool.
Use it when
- Yes, Google Calendar can query availability windows across your schedule.
- Google Calendar lets you create events and add attendees directly.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
Open-Curiosity/gini-agent/google-calendar · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I show my calendar for today using google-calendar?
Google Calendar lets you view your agenda by displaying all events scheduled for the current day. Use the gws CLI tool with your Google Workspace OAuth credentials on macOS or Linux to retrieve and browse today's events directly from your calendar.
Can google-calendar help me find free time for a 1 hour meeting?
Yes, Google Calendar can query availability windows across your schedule. The skill identifies open time slots that fit your meeting duration, making it easy to find common free time with team members and check if specific attendees like Alice are available on particular days.
How do I create a meeting with attendees in google-calendar?
Google Calendar lets you create events and add attendees directly. You can specify participants, set a location, and optionally integrate Google Meet into the event. The skill works with the gws CLI tool on macOS and Linux using your Google Workspace credentials.
What can I do with meeting invitations in google-calendar?
Google Calendar handles RSVPs by letting you accept or decline meeting invitations. You can also reschedule events, update meeting details like location or time, and manage responses to incoming calendar invites through the gws CLI interface.
Does google-calendar support recurring events and Google Meet?
Yes, Google Calendar supports creating recurring events like weekly standups. It also integrates Google Meet, allowing you to add video conferencing directly to your events. Both features work through the gws CLI tool with your Google Workspace OAuth setup.
What platforms and credentials does google-calendar require?
Google Calendar operates on macOS and Linux and requires Google Workspace OAuth credentials. The skill integrates with the gws CLI tool to access your calendar, manage events, and handle scheduling tasks securely through your Google Workspace account.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Google Calendar
Use gws calendar to list events, create and update events, look up free/busy windows, and manage calendar ACLs. The CLI wraps the Calendar v3 API and produces structured JSON.
Prerequisites
- If this deployment is managed/hosted, the Google credential is already provisioned at sign-in —
gwsis installed and authenticated, so skip the setup flow below and rungwsdirectly. Scopes are fixed at sign-in on a managed deployment: when a call fails withscope requiredor HTTP 401, tell the user which action needs a scope their account wasn't granted, instead of trying to set anything up. (The scope list below still describes which verb
(truncated - see the full file via the links below)
File tree — 1 file
skills/google/google-calendar/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “View and manage calendar events and schedule”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Integrate your Google Calendar into workflows to list events, build agendas, check availability, and create or modify meetings. The skill uses the Calendar v3 REST API with OAuth authentication, supporting both read-only and read-write operations depending on your permission level. Confirm destructive actions before attendee notifications are sent.
gws-calendar-insert adds new events to Google Calendar with required title and time fields, plus optional location, description, attendees, and Google Meet links. Configure which calendar receives the event and use RFC3339 timestamps for scheduling.
Meeting Scheduler handles the routine work of setting up a meeting—resolving attendee names to emails, verifying the owner's calendar slot, checking for duplicates, and creating the Google Calendar event with invitations. It leaves availability negotiation to you; once a concrete time is chosen, it executes the mechanical steps with a safe default to preview before sending.
Gws is a command-line interface for Google Workspace that streamlines email triage, calendar management, file uploads, spreadsheet operations, and task creation. It supports helper commands for common workflows like standup reports and meeting prep, plus raw API access for advanced use cases. Built for both interactive queries and scripted automation.
This recipe automates moving Google Calendar events to different times while sending updates to all attendees. It chains calendar lookup, event retrieval, and time-change operations into a single workflow.
This recipe automates adding multiple attendees to an existing Google Calendar event while sending notifications to all participants. It retrieves the event, patches it with a list of attendee emails, and verifies the changes.
More skills gws (MIT) · google-gmail (MIT) · google-drive (MIT) · google-meet (MIT) · google-docs (MIT) · google-calendar (MIT) · google-account-login (MIT) · google-calendar (Apache-2.0)