Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Establishes an event for future calendar API calls

success = C_Calendar.OpenEvent(offsetMonths, monthDay, index)

Arguments[]

offsetMonths
number - The number of months to offset from today.
monthDay
number - The day of the month on which the desired event is scheduled (1 - 31).
index
number - Ranging from 1 through C_Calendar.GetNumDayEvents(offsetMonths, monthDay).

Returns[]

success
boolean

Patch changes[]

Battle for Azeroth Patch 8.1.5 (2019-03-12): Added success return.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Moved to C_Calendar.OpenEvent()
Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Added as CalendarOpenEvent()

Advertisement