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

7 lines
390 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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