wow-api-calendar-events

Reference C_Calendar and C_EventScheduler APIs for WoW event management.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-calendar-events-pfchrono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-calendar-events
Source: https://github.com/pfchrono/SimpleUnitFrames/tree/main/.agents/skills/wow-api-calendar-events
Command: npx skills add https://github.com/pfchrono/SimpleUnitFrames --skill wow-api-calendar-events-pfchrono

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for the World of Warcraft in-game calendar and event scheduler APIs, enabling users to programmatically manage events, invites, and holidays.

Core Features & Use Cases

  • API Reference: Detailed documentation for C_Calendar and C_EventScheduler functions.
  • Event Management: Create, edit, remove, and invite players to events.
  • Holiday & Raid Info: Access information on in-game holidays and raid resets.
  • Use Case: A guild leader can use this Skill's API reference to script an automated process for creating weekly raid sign-up events directly from a Discord bot.

Quick Start

Use the wow-api-calendar-events skill to get information about all scheduled events.

Frequently Asked Questions about wow-api-calendar-events

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

FAQPage Schema
How do I create guild events using the WoW calendar API?

The WoW calendar API exposes C_Calendar functions for creating, editing, and inviting players to events, enabling automated guild event scheduling through Lua scripts.

Can I retrieve in-game holiday and raid reset schedules with the WoW API?

Yes, the WoW calendar API includes functions to retrieve in-game holiday schedules and raid reset information programmatically through the C_Calendar system.

What WoW API functions are available for managing community events?

The C_EventScheduler and C_Calendar APIs provide comprehensive functions for managing community events, including creation, editing, invites, and scheduled event coordination.

Do I need prior Lua knowledge to use the WoW calendar event scheduler API?

Yes, this API reference requires understanding of WoW API Lua functions to implement in-game calendar and event scheduler functionalities correctly.

Can I automate weekly raid sign-ups using the WoW calendar API?

Yes, you can script automated weekly raid sign-up creation by leveraging C_Calendar API functions for event creation and player invites within Lua-based automation workflows.