Returns whether an event invitee can be granted moderator authority
See also Calendar functions.
Signature:
canModerate
=
CalendarEventCanModerate(index)
Arguments:
index
- Index of a character on the event's invite list (between 1 andCalendarEventGetNumInvites()
) (number
)
Returns:
canModerate
- True if the given character can be given moderator authority for the event; otherwise false (boolean
)