C_Calendar.OpenEvent

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak Globe.png  Townlong-Yak BAD.png  Blizz.gif  ProfIcons engineering.png C_Calendar.OpenEvent 11.1.5 (60428)4.4.2 (59734)1.15.7 (60191) + 8.0.1 / 2.5.4 / 1.14.3
GitHub Octocat.png  Townlong-Yak Globe.png  Wowprogramming.png CalendarOpenEvent + 3.0.2

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