stacks-calendar

Convert calendar events into Google, Outlook, Yahoo, or ICS formats.

622|17|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/stacksjs/stacks --skill stacks-calendar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-calendar
Source: https://github.com/stacksjs/stacks/tree/main/.claude/skills/stacks-calendar
Command: npx skills add https://github.com/stacksjs/stacks --skill stacks-calendar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize and simplify exporting calendar events across major providers by standardizing event definitions and outputs for Google Calendar, Outlook, Yahoo, and ICS.

Core Features & Use Cases

  • CalendarLink interface for defining events with title, description, start and end times, location, all-day flag, and timezone.
  • Export to Google Calendar, Outlook, Yahoo, and ICS formats via URL or file content for easy sharing and publishing.
  • Timezone-aware scheduling, all-day event support, and ready-to-share calendar links for cross-platform planning.

Quick Start

Use the stacks calendar API to export a sample event to Google Calendar and ICS with a single instruction.

Frequently Asked Questions about stacks-calendar

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

FAQPage Schema
How do I export calendar events to Google Calendar and ICS formats?

You can export calendar events to Google Calendar and ICS formats by defining event details through a CalendarLink interface, which generates ready-to-share provider-specific URLs or ICS file content.

Can I add all-day events with timezone support when exporting to Outlook or Yahoo?

Yes, exporting to Outlook or Yahoo supports timezone-aware scheduling and all-day events by defining the start time, end time, and all-day flag within the CalendarLink event definition.

What is the best way to generate cross-platform calendar links for multiple providers?

The best way to generate cross-platform calendar links is using a centralized calendar API that standardizes event definitions into provider-specific URL outputs for Google, Outlook, Yahoo, and ICS formats.

Does this calendar export method require specific dependencies to function?

No, this calendar export method requires no external dependencies to function, utilizing a built-in calendar API to standardize event formatting and generate shareable links or files.