WoW:API CalendarNewEvent: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(New page: {{wowapi}} :Creates a new Event candidate on the WoW Server CalendarNewEvent() == Parameters == === Arguments === :No Arguments === Returns === :''nil'' == Details == : The new Event...)
 
m (Move page script moved page API CalendarNewEvent to API CalendarNewEvent without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < CalendarNewEvent

Creates a new Event candidate on the WoW Server
CalendarNewEvent()

Parameters[edit]

Arguments[edit]

No Arguments

Returns[edit]

nil

Details[edit]

The new Event is needed to be saved / stored on the WoW Server using the function:CalendarAddEvent .
Information to this event can be set using: CalendarEventSetDate , CalendarEventSetDescription , CalendarEventSetRepeatOption, CalendarEventSetTime , CalendarEventSetTitle and CalendarEventSetType