managing-calendar

Manage Google Calendar events via a FastMCP server with ISO 8601 times.

11|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/AbdullahMalik17/Digital-FTE --skill managing-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-calendar
Source: https://github.com/AbdullahMalik17/Digital-FTE/tree/main/.claude/skills/managing-calendar
Command: npx skills add https://github.com/AbdullahMalik17/Digital-FTE --skill managing-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management of Google Calendar events, streamlining scheduling, availability checks, and the processing of meeting requests.

Core Features & Use Cases

  • Event Listing: View upcoming events with specified filters.
  • Event Creation: Schedule new meetings, including details like summary, time, description, location, and attendees.
  • Event Updates: Modify existing events by their ID.
  • Event Deletion: Cancel scheduled events.
  • Use Case: Automatically schedule a follow-up meeting with a client after a successful sales call, ensuring all necessary details and attendees are included.

Quick Start

Use the managing-calendar skill to create a new event titled "Project Sync" tomorrow at 2 PM UTC with [email protected].

Frequently Asked Questions about managing-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?

This Skill automates Google Calendar management by connecting through a FastMCP server to create, list, update, and delete events. It handles scheduling meetings, checking availability, and processing meeting requests programmatically.

Do I need Google OAuth credentials to manage calendar events programmatically?

Yes, you need Google OAuth credentials and a specific token file to authorize calendar access. This authentication is required for the FastMCP server to interact with your Google Calendar events securely.

What time format does Google Calendar automation require for scheduling meetings?

Scheduling meetings requires strict adherence to ISO 8601 time formats with UTC timezone handling. All event times must be formatted accordingly to ensure accurate calendar entries and availability checks.

Can I list upcoming Google Calendar events with filters?

Yes, you can list upcoming Google Calendar events with specified filters to check availability and review scheduled meetings. This feature allows you to retrieve events based on your filtering criteria for effective schedule management.

How do I update or delete existing meetings in Google Calendar?

You can update or delete existing Google Calendar events by referencing their event ID through the FastMCP server. The Skill supports modifying event details like summary, time, and attendees, as well as canceling scheduled meetings.