calendar

Manage Google Calendar events and attendee invites via Apps Script.

45|13|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/aviz85/claude-skills-library --skill calendar-aviz85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/aviz85/claude-skills-library/tree/main/plugins/calendar/skills/calendar
Command: npx skills add https://github.com/aviz85/claude-skills-library --skill calendar-aviz85

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate calendar event management by interfacing Google Calendar with Apps Script to query, create, and invite attendees for events without manual entry.

Core Features & Use Cases

  • Check today's, this week's, or upcoming events.
  • Create events with title, time, description, location, and guest invites.
  • Integrate with other skills or automation workflows to schedule meetings, send invites, and sync calendars.

Quick Start

Ask to view today’s events or schedule a new meeting with guests.

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 creation with Apps Script?

You can automate Google Calendar event creation by deploying a Google Apps Script web app to interface with your calendar, allowing you to programmatically create events, set times, and invite attendees without manual entry.

Can I query upcoming Google Calendar events using Apps Script?

Yes, you can query upcoming Google Calendar events using Apps Script. The automation supports checking today’s events, viewing this week's schedule, and retrieving upcoming events directly through the deployed web app.

What do I need to set up to manage calendar invites via Apps Script?

To manage calendar invites via Apps Script, you need a Google account and a deployed Google Apps Script web app configured to execute as you with anyone access to handle event creation and guest invitations.

Does Google Apps Script support adding guests to calendar events programmatically?

Google Apps Script supports adding guests to calendar events programmatically. The automation allows you to specify guests when creating events, automatically sending out the invites to the listed attendees.

What are the limitations of using Apps Script for Google Calendar automation?

Using Apps Script for Google Calendar automation requires deploying a web app with execute as me and anyone access permissions, which may pose security considerations for broad public access and relies on Google's execution quotas.