Sets the status of a character on the selected event's invite/signup list


See also Calendar functions.

Signature:

CalendarEventSetStatus(index, inviteStatus)

Arguments:

  • index - Index of a character on the event's invite list (between 1 and CalendarEventGetNumInvites()) (number)
  • inviteStatus - The player's status regarding the event (number)
    • 1 - Invited (also used for non-invitation/non-signup events)
    • 2 - Accepted
    • 3 - Declined
    • 4 - Confirmed
    • 5 - Out
    • 6 - Standby
    • 7 - Signed up
    • 8 - Not signed up (displays as "")