WoW:API CalendarEventInvite: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (→‎Notes: Grammar...)
m (Move page script moved page API CalendarEventInvite to API CalendarEventInvite without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < CalendarEventInvite

Add's a player to the currently opened event.
CalendarEventInvite("player")

Parameters[edit]

Arguments[edit]

("player")
player
String - The name of the player to be invited to the event

Returns[edit]

nil

Notes[edit]

You can't do invites while another calendar action is pending. Register to the event "CALENDAR_ACTION_PENDING" and using that, check with the CalendarCanSendInvite function if you can invite.

Inviting a player who is already on the invitation list will result in a "<Player> has already been invited." dialog box appearing.