Initial commit
This commit is contained in:
5
api/CalendarEventRemoveInvite.lua
Normal file
5
api/CalendarEventRemoveInvite.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
||||
Reference in New Issue
Block a user