C_Calendar.EventGetInvite

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Calendar.EventGetInvite TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.pngCata-Logo-Small.pngWrath-Logo-Small.pngWoW Icon update.png + 8.0.1 / 1.15.0
Wowprogramming.png  BTNTemp.png CalendarEventGetInvite + 3.0.2

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.png Patch 3.0.2 (2008-10-14): Added as CalendarEventGetInvite()