Returns the current sort mode for the event invite/signup list
See also Calendar functions.
Signature:
criterion, reverse = CalendarEventGetInviteSortCriterion()
Returns:
criterion- Token identifying the attribute used for sorting the list (string)class- Sorted by character class (according to the global tableCLASS_SORT_ORDER)name- Sorted by character namestatus- Sorted by invite status
reverse- True if the list is sorted in reverse order; otherwise false (boolean)