![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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 |
| Value | Field | Description |
|---|---|---|
| 0 | Invited | |
| 1 | Available | |
| 2 | Declined | |
| 3 | Confirmed | |
| 4 | Out | |
| 5 | Standby | |
| 6 | Signedup | |
| 7 | NotSignedup | |
| 8 | Tentative |
| Value | Field | Description |
|---|---|---|
| 0 | Normal | |
| 1 | Signup |
Patch changes[]
Patch 8.2.5 (2019-09-24): Added classID, guid fields.
Patch 8.0.1 (2018-07-17): Moved to C_Calendar.EventGetInvite()
Patch 3.0.2 (2008-10-14): Added as CalendarEventGetInvite()
