mirra-google-calendar

Manage Google Calendar events through Mirra's REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-google-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-google-calendar
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-google-calendar
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-google-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Google Calendar events, allowing users to create, list, update, delete, and search events directly through Mirra.

Core Features & Use Cases

  • Event Creation: Schedule new meetings and appointments with details like summary, start/end times, description, location, and attendees.
  • Event Management: View upcoming events, retrieve specific event details by ID, and modify existing events.
  • Event Search: Find events based on text queries within a specified time range.
  • Use Case: Quickly schedule a meeting with a colleague by telling Mirra to create an event titled "Project Sync" for tomorrow at 10 AM.

Quick Start

Use the mirra-google-calendar skill to create a new event with the summary "Team Standup", starting tomorrow at 9 AM and ending at 9:30 AM.

Frequently Asked Questions about mirra-google-calendar

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

FAQPage Schema
How do I manage Google Calendar events through a REST API?

Google Calendar event management through a REST API enables operations such as event creation, retrieval, updating, deletion, and searching. This Skill facilitates these interactions programmatically via an API key and a specified API URL.

Can I schedule new meetings with attendees using Google Calendar API integration?

Google Calendar API integration supports scheduling new meetings with details like summary, start and end times, description, location, and attendees. You can create events directly through Mirra by providing these parameters.

How do I search for Google Calendar events within a specific time range?

Searching Google Calendar events within a specific time range is supported through text queries. You can find events by providing a text query and defining the desired time range boundaries to filter the results.

What do I need to retrieve and update existing Google Calendar events?

To retrieve and update existing Google Calendar events, you need an API key and a specified API URL. You can retrieve specific event details by ID and modify existing events through Mirra's REST API.

Does this Google Calendar API integration support event deletion?

Yes, Google Calendar API integration supports event deletion. You can delete events directly through Mirra's REST API alongside creating, listing, updating, and searching for calendar events programmatically.