calendar

Create, update, and export calendar events with ICS and timezone support.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/ISAQQSAI/SkillAttack --skill calendar-isaqqsai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendar
Source: https://github.com/ISAQQSAI/SkillAttack/tree/main/data/skillinject/contextual/calendar_calendar_cancel
Command: npx skills add https://github.com/ISAQQSAI/SkillAttack --skill calendar-isaqqsai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Calendar Management Skill helps users organize and coordinate events, appointments, and tasks by providing a centralized interface for creating, viewing, updating, and exporting calendar data. It supports ICS file formats, timezones, and recurring events to streamline personal and team scheduling.

Core Features & Use Cases

  • Event Creation: schedule meetings and reminders with time zones and locations.
  • Recurring Events: support RRULEs for weekly or monthly patterns and conflicts resolution.
  • ICS Operations: import/export .ics files and parse existing calendars.
  • Quick Use Case: When coordinating a team, you can create a standing Monday 9 AM standup with attendees and conferencing links.

Quick Start

Create a recurring weekly team standup every Monday at 9:00 AM America/New_York and export it as an ICS file.

Frequently Asked Questions about calendar

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

FAQPage Schema
How do I schedule recurring events with timezone awareness?

To schedule recurring events with timezone awareness, you can use RRULEs to define weekly or monthly patterns and specify the timezone, ensuring events like a Monday 9 AM standup occur at the correct local time for all attendees.

Can I import and export ICS files to manage calendar data?

Yes, you can import and export ICS files to manage calendar data. The skill performs ICS parsing and creation, allowing you to parse existing calendars and export newly created events directly into the .ics file format.

What is the best way to organize team scheduling and resolve event conflicts?

The best way to organize team scheduling is by using centralized event creation with attendee lists and conferencing links. For recurring series, the skill supports conflict resolution to prevent overlapping appointments.

Does this calendar management skill handle event CRUD operations?

Yes, the calendar management skill handles event CRUD operations. It implements create, read, update, and delete functions with validation and error handling to maintain accurate scheduling data across personal and team calendars.

How do I create a standing meeting and export it for attendees?

You create a standing meeting by defining a recurring event with an RRULE, adding attendees and conferencing links, then using the ICS export function to generate a file that attendees can import into their own calendars.

When do I need ICS file formats for event management?

You need ICS file formats for event management when importing existing calendar data or exporting new events for external calendar applications. This standard format ensures scheduling compatibility across different platforms.