Google Calendar Integration
Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations
Install
Quick install
npx skills add https://github.com/sanjay3290/ai-skills/tree/main/skills/google-calendarnpx skills add sanjay3290/ai-skills --skill "Google Calendar Integration" --agent claude-codenpx skills add sanjay3290/ai-skills --skill "Google Calendar Integration" --agent cursornpx skills add sanjay3290/ai-skills --skill "Google Calendar Integration" --agent codexnpx skills add sanjay3290/ai-skills --skill "Google Calendar Integration" --agent opencodenpx skills add sanjay3290/ai-skills --skill "Google Calendar Integration" --agent github-copilotnpx skills add sanjay3290/ai-skills --skill "Google Calendar Integration" --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add sanjay3290/ai-skills --skill "Google Calendar Integration"Manual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/sanjay3290/ai-skills.gitcp -r ai-skills/skills/google-calendar ~/.claude/skills/Google Calendar Integration
Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations
What is it?
python scripts/gcal.py create-event "Team Meeting" "2024-01-15T10:00:00Z" "2024-01-15T11:00:00Z"
--description "Weekly sync" --location "Conference Room A"
How to use it?
Authenticate with Google (opens browser):`python scripts/auth.py login
`
Check authentication status:
`python scripts/auth.py status
`
Logout when needed:
`python scripts/auth.py logout
`
Key Features
- Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations
- Seamless integration with Claude's development workflow
- Comprehensive guidelines and best practices for google calendar integrationView on GitHub
GitHub Stats
StarsForksLast UpdateAuthorsanjay3290LicenseApache-2.0Version1.0.0Categories
ProductivityOffice & DocsTags
google-calendarschedulinggoogle-workspacemeetingscalendarFeatures
Related Skills
More from ProductivityGoogle Drive Integration
Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats79sanjay3290Office & DocsProductivity00
Google Docs Integration
Google Docs integration for creating, searching, reading, and editing documents with text append, insert, and replace operations79sanjay3290Office & DocsProductivity00
Google Sheets Integration
Google Sheets integration for reading spreadsheet content in text/CSV/JSON formats, updating cells, appending rows, and batch operations79sanjay3290Office & DocsProductivityData-analysis00
---
Source: https://github.com/sanjay3290/ai-skills/tree/main/skills/google-calendar
Author: sanjay3290
License: https://opensource.org/licenses/Apache-2.0
GitHub Stars: 79
Tags: google-calendar, scheduling, google-workspace, meetings, calendar
SKILL.md source
--- name: Google Calendar Integration description: Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations --- # Google Calendar Integration Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations What is it? python scripts/gcal.py create-event "Team Meeting" "2024-01-15T10:00:00Z" "2024-01-15T11:00:00Z" --description "Weekly sync" --location "Conference Room A" ## How to use it? Authenticate with Google (opens browser): ``` `python scripts/auth.py login ` ``` Check authentication status: ``` `python scripts/auth.py status ` ``` Logout when needed: ``` `python scripts/auth.py logout ` ``` ## Key Features * Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations * Seamless integration with Claude's development workflow * Comprehensive guidelines and best practices for google calendar integrationView on GitHub ### GitHub Stats StarsForksLast UpdateAuthorsanjay3290LicenseApache-2.0Version1.0.0 ### Categories ProductivityOffice & Docs ### Tags google-calendarschedulinggoogle-workspacemeetingscalendar ### Features ## Related Skills More from Productivity ### Google Drive Integration Google Drive integration for searching, uploading, downloading, moving, copying, and managing files and folders with multiple search formats 79sanjay3290Office & DocsProductivity00 ### Google Docs Integration Google Docs integration for creating, searching, reading, and editing documents with text append, insert, and replace operations 79sanjay3290Office & DocsProductivity00 ### Google Sheets Integration Google Sheets integration for reading spreadsheet content in text/CSV/JSON formats, updating cells, appending rows, and batch operations 79sanjay3290Office & DocsProductivityData-analysis00 --- **Source**: https://github.com/sanjay3290/ai-skills/tree/main/skills/google-calendar **Author**: sanjay3290 **License**: https://opensource.org/licenses/Apache-2.0 **GitHub Stars**: 79 **Tags**: google-calendar, scheduling, google-workspace, meetings, calendar
Related skills 6
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
appinsights-instrumentation
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-messaging
Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue, message lock lost, message lock expired, lock renewal, lock renewal batch, send timeout, receiver disconnected, SDK troubleshooting, azure messaging SDK, event hub consumer, ser...
azure-hosted-copilot-sdk
Build, deploy, and modify GitHub Copilot SDK apps on Azure. MANDATORY when codebase contains @github/copilot-sdk or CopilotClient in package.json. PREFER OVER azure-prepare when copilot-sdk markers detected. WHEN: copilot SDK, @github/copilot-sdk, copilot-powered app, build copilot app, prepare copilot app, add feature to copilot app, modify copilot app, BYOM, bring your own model, CopilotClient, createSession, sendAndWait, azd init copilot. DO NOT USE FOR: deploying already-prepared copilot-...
lark-event
Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM message receive, reactions, chat member changes, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
xget
Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.