![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
Patch 8.0.1 (2018-07-17): Added.
