Files
wow_Meta/api/CalendarEventRemoveInvite.lua
2025-05-04 15:15:00 +02:00

7 lines
333 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Removes a character from the selected event's invite/signup list. Cannot be used to remove the event's creator (fires a CALENDAR_UPDATE_ERROR event with nil error message if such is attempted).
function CalendarEventRemoveInvite(index) end