Returns information about an entry in the selected event's invite/signup list
See also Calendar functions.
Signature:
name,
level,
className,
classFileName,
inviteStatus,
modStatus,
inviteIsMine,
inviteType
=
CalendarEventGetInvite(index)
Arguments:
index
- Index of a character on the event's invite list (between 1 andCalendarEventGetNumInvites()
) (number
)
Returns:
name
- Name of the character (string
)level
- The character's current level (number
)className
- Localized name of the character's class (string
)classFileName
- Non-localized token representing the character's class (string
)inviteStatus
- The character's status regarding the event (number
)1
- Invited2
- Accepted3
- Declined4
- Confirmed5
- Out6
- Standby7
- Signed up
modStatus
- The character's level of authority for the event, or "" if not applicable (number
)CREATOR
- The character is the original creator of the eventMODERATOR
- The character has been granted moderator status for the event
inviteIsMine
- True if this list entry represents the player; otherwise false (boolean
)inviteType
- Invitation/announcement type for the event (number
)1
- Characters can only be explicitly invited to the event2
- Event is visible to the player's entire guild; guild members can sign up and other characters can be explicitly invited