calendar

Manage calendar events and schedule meetings across multiple providers.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/drbobber/superdiscount-deals --skill calendar-drbobber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/drbobber/superdiscount-deals/tree/main/skills/calendar
Command: npx skills add https://github.com/drbobber/superdiscount-deals --skill calendar-drbobber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq.

What problem does it solve?

This Skill simplifies the management of your personal and professional schedule, making it easier to organize events and meetings.

Core Features & Use Cases

  • Event Creation: Quickly add new appointments and events to your calendar.
  • Meeting Scheduling: Find available times and schedule meetings with others.
  • Calendar Sync: Keep your calendars consistent across different providers.
  • Use Case: You need to schedule a 30-minute meeting with your team for next Tuesday afternoon.

Quick Start

Schedule a meeting for tomorrow at 2 PM.

Frequently Asked Questions about calendar

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

FAQPage Schema
How do I sync events across Google, Apple, and Outlook calendars?

To sync calendar events across providers, this Skill uses API interactions via curl and jq to synchronize schedules across Google Calendar, Apple Calendar, and Outlook Calendar, keeping your appointments consistent across all platforms.

How do I schedule a team meeting for a specific time slot?

Meeting scheduling is handled by finding available times and creating events directly through the Skill. You can quickly add appointments, such as scheduling a 30-minute team meeting for next Tuesday afternoon, by providing the desired time.

Do I need curl and jq to manage calendar events?

Yes, curl and jq are required dependencies for calendar management. Curl handles the API interactions with calendar providers, while jq parses the data returned from Google, Apple, and Outlook APIs to create and sync events.

Can I use this to find available meeting times across different providers?

Yes, finding available times is a core feature. The Skill checks your synchronized Google, Apple, and Outlook calendars to identify open slots, allowing you to easily schedule meetings with others without time conflicts.

What is the best way to automatically add new appointments to my calendar?

The best way to add new appointments is through the Skill's event creation feature. By specifying the event details, it leverages curl and jq to push the new appointment directly to your connected Google, Apple, or Outlook calendar.

Are there limitations when synchronizing events across multiple calendar providers?

Synchronization across multiple calendar providers depends on successful API interactions via curl. Complex recurring events or timezone mismatches between Google, Apple, and Outlook may require manual verification to ensure scheduling accuracy.