google-calendar

Automate Google Calendar event creation, availability checks, and attendee management.

2|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill google-calendar-abdullahbeam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-calendar
Source: https://github.com/abdullahbeam/nexus-design-abdullah/tree/main/00-system/skills/google/google-calendar
Command: npx skills add https://github.com/abdullahbeam/nexus-design-abdullah --skill google-calendar-abdullahbeam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, google-auth-oauthlib, google-api-python-client, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of managing calendar events, scheduling meetings, and coordinating attendee availability, reducing scheduling conflicts and administrative overhead for busy professionals.

Core Features & Use Cases

  • Full Event Management: List, search, create, update, and delete calendar events with support for reminders, locations, descriptions, and custom recurrence rules.
  • Availability & Slot Finding: Instantly check free/busy status for any time range and automatically find open meeting slots that fit your specified working hours.
  • Attendee Coordination: Automatically send calendar invites to attendees when creating or updating events, with clear warnings for cancellations to avoid miscommunication.
  • Use Case: Sales teams can use this Skill to quickly find 30-minute open slots for client calls, schedule recurring weekly check-ins, and avoid double-booking with automated availability checks.

Quick Start

Use the google-calendar skill to find 30-minute open slots this week for a client call and schedule the meeting by providing the client's email address.

Frequently Asked Questions about google-calendar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Calendar event creation and scheduling for sales calls?

Automate Google Calendar event creation by using the Google Calendar API to create events, check availability, and send invites to attendee emails. This eliminates manual scheduling work and prevents double-booking for sales calls.

How can I check Google Calendar availability and find open meeting slots automatically?

Check Google Calendar availability by querying the free/busy status for a specific time range. You can automatically find open meeting slots that fit your specified working hours using the Google Calendar API.

Do I need OAuth authentication to manage Google Calendar events via the API?

Yes, you need OAuth authentication to manage Google Calendar events. The skill requires google-auth and google-api-python-client dependencies to perform read and write operations on user calendar data securely.

Can I schedule recurring team meetings and manage attendees with Google Calendar automation?

Yes, you can schedule recurring team meetings with custom recurrence rules. The automation supports attendee coordination by automatically sending calendar invites to attendees when creating or updating events.

What is the best way to update existing calendar events and send cancellation warnings to attendees?

Update existing calendar events and manage attendee coordination through the Google Calendar API. When cancellations occur, the system automatically provides clear warnings to attendees to avoid miscommunication.