C_Calendar.EventSetInviteStatus

From Warcraft Wiki
Jump to navigation Jump to search

Sets the invitation status of a player to the current event.

C_Calendar.EventSetInviteStatus(eventIndex, status)

Arguments

eventIndex
number
status
Enum.CalendarStatus
Value Field Description
0 Invited
1 Available
2 Declined
3 Confirmed
4 Out
5 Standby
6 Signedup
7 NotSignedup
8 Tentative

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.