calendar

Query and create Google Calendar events via an Apps Script API.

28|13|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/wulaosiji/skills --skill calendar-wulaosiji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/wulaosiji/skills/tree/main/calendar
Command: npx skills add https://github.com/wulaosiji/skills --skill calendar-wulaosiji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies managing your Google Calendar by allowing you to check your schedule and create new events directly through an API.

Core Features & Use Cases

  • Check Availability: Query today's events, this week's schedule, or upcoming events within a specified time frame.
  • Create Events: Add new events with details like title, start/end times, description, location, and invite attendees.
  • Use Case: You can ask "What's on my calendar today?" or "Schedule a meeting with John for tomorrow at 2 PM."

Quick Start

Use the calendar skill to list all events scheduled for today.

Frequently Asked Questions about calendar

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

FAQPage Schema
How do I check my Google Calendar schedule for upcoming events?

To check your Google Calendar schedule, you can query daily, weekly, or upcoming events within a specified time frame using the integrated API. This allows you to retrieve your scheduled events directly.

Can I create Google Calendar events and invite guests via API?

Yes, you can create Google Calendar events and invite guests via API by specifying details like title, start and end times, description, and location. This functionality supports adding attendees directly to new events.

Do I need an Apps Script web app to manage event scheduling?

Yes, managing event scheduling requires a deployed Apps Script web app configured with a secret token for authentication. This custom API integration acts as the bridge to interact with Google Calendar.

What is the best way to query this week's schedule using Google Calendar?

The best way to query this week's schedule is by requesting the weekly events view through the API integration. This retrieves all events scheduled for the current week directly from Google Calendar.

Does this API integration support querying events for a specific future time frame?

Yes, the API integration supports querying upcoming events within a specified time frame. You can request events scheduled beyond the current week to check future availability.