Files
wow_Meta/api/CalendarEventInvite.lua
2024-12-16 13:13:08 +01:00

5 lines
381 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param name string
---Attempts to invite a character to the selected event. If successful, the CALENDAR_UPDATE_INVITE_LIST event fires indicating the character has been added to the invite list; otherwise the CALENDAR_UPDATE_ERROR event fires containing a localized error message.
function CalendarEventInvite(name) end