wow-api-calendar-events

Reference WoW Retail C_Calendar and C_EventScheduler APIs for event management.

39|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-calendar-events-jburlison
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wow-api-calendar-events
Source: https://github.com/JBurlison/WoWAddonAPIAgents/tree/main/.github/skills/wow-api-calendar-events
Command: npx skills add https://github.com/JBurlison/WoWAddonAPIAgents --skill wow-api-calendar-events-jburlison

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Calendar Navigation: Open, close, and navigate through months and days in the calendar interface.
  • Event Management: Create, update, remove, and view details for player, guild, and community events.
  • Invite Handling: Manage event invitations, including sending, accepting, declining, and tracking responses.
  • Holiday & Raid Info: Access information about in-game holidays and raid reset schedules.
  • Event Scheduling: Utilize the C_EventScheduler for managing scheduled events.

Quick Start

Use the wow-api-calendar-events skill to create a new guild event for a raid on March 15th at 8 PM.

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 a guild event in WoW using the calendar API?

To create a guild event in WoW, use the C_Calendar and C_EventScheduler APIs to programmatically set event properties, manage invites, and schedule the activity for a specific date and time.

Can I programmatically manage raid reset schedules and in-game holidays with the WoW calendar?

Yes, the WoW calendar API allows you to access information about in-game holidays and raid reset schedules, enabling programmatic retrieval of scheduled activity data through the C_Calendar functions.

How do I send and track event invitations using the WoW event scheduler?

You can manage event invitations in WoW by using the event scheduler API to send, accept, decline, and track invitation responses for player, guild, and community events.

What is offset-based navigation in the WoW calendar API?

Offset-based navigation in the WoW calendar API is the mechanism used to programmatically open, close, and navigate through months and days within the game's calendar interface.

Does the WoW calendar API require any specific dependencies or components to function?

No, the WoW calendar and event scheduler API reference operates without external dependencies or components, requiring only an understanding of offset-based navigation and event-specific properties for effective use.