Sorts the event invite/signup list. Does not cause the list to automatically remain sorted; e.g. if sorted by status and a character's status is changed, the list will not be resorted until this function is called again.
See also Calendar functions.
Signature:
CalendarEventSortInvites("criterion",
reverse)
Arguments:
criterion
- Token identifying the attribute to use for sorting the list (string
)class
- Sort by character class (according to the global tableCLASS_SORT_ORDER
)name
- Sort by character namestatus
- Sort by invite status
reverse
- True to sort the lis in reverse order; otherwise false (boolean
)