Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns status information for an invitee for the currently opened event.

info = C_Calendar.EventGetInvite(eventIndex)

Arguments[]

eventIndex
number - Ranging from 1 to C_Calendar.GetNumInvites()

Returns[]

info
CalendarEventInviteInfo
Field Type Description
name string?
level number
className string?
classFilename string?
inviteStatus Enum.CalendarStatus?
modStatus string? "MODERATOR", "CREATOR"[1]
inviteIsMine boolean True if the selected entry is the player
type Enum.CalendarInviteType
notes string
classID number?
guid string
Enum.CalendarStatus
Value Field Description
0 Invited
1 Available
2 Declined
3 Confirmed
4 Out
5 Standby
6 Signedup
7 NotSignedup
8 Tentative
Enum.CalendarInviteType
Value Field Description
0 Normal
1 Signup

Patch changes[]

Battle for Azeroth Patch 8.2.5 (2019-09-24): Added classID, guid fields.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Moved to C_Calendar.EventGetInvite()
Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Added as CalendarEventGetInvite()

Advertisement