calendar

Manage Google Calendar events and send invites via Apps Script API.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/a0972199950/lazy-cv --skill calendar-a0972199950
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/a0972199950/lazy-cv/tree/main/.agents/skills/calendar
Command: npx skills add https://github.com/a0972199950/lazy-cv --skill calendar-a0972199950

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of your Google Calendar by providing an API to check availability, schedule events, and send invites, reducing the need for manual calendar interactions.

Core Features & Use Cases

  • Event Checking: Query events for today, the current week, or a specified upcoming range.
  • Event Creation: Schedule new meetings with details like title, time, description, and attendees.
  • Automated Invites: Automatically send calendar invitations to specified guests when creating events.
  • Use Case: You need to schedule a meeting with a colleague for next Tuesday at 2 PM and want to ensure no conflicts. You can use this Skill to check your calendar and then create the event with an invite.

Quick Start

Use the calendar skill to create an event for a meeting titled 'Project Sync' tomorrow from 10 AM to 11 AM with attendee '[email protected]'.

Frequently Asked Questions about calendar

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

FAQPage Schema
How do I automate Google Calendar event management and scheduling?

To check your Google Calendar schedule, you can query events for today, the current week, or a specified upcoming range. This allows you to quickly verify availability and avoid conflicts before scheduling new meetings.

How do I create a Google Calendar event and send invites to attendees?

Creating a Google Calendar event with invites requires specifying the event title, time, description, and attendees. The system automatically sends calendar invitations to the specified guests when the event is successfully created.

What do I need to set up Google Calendar API integration for scheduling?

Setting up Google Calendar API integration requires a valid Google account, Node.js, and the clasp CLI for deployment. These tools are necessary to establish a secure connection for managing your events programmatically.

Does Google Calendar Apps Script integration work for checking upcoming schedule conflicts?

Yes, Google Calendar Apps Script integration works for checking upcoming schedule conflicts by querying events within a specified date range. You can verify your availability before creating a new meeting to ensure there are no overlapping events.