m
Move page script moved page API CalendarAddEvent to WoW:API CalendarAddEvent without leaving a redirect
(New page: {{wowapi}} Create an event on the in ganme calendar system. CalendarAddEvent*() == Parameters == === Arguments === :Appears to only use arguments from the frame CalendarCreateEventFrame...) |
m (Move page script moved page API CalendarAddEvent to WoW:API CalendarAddEvent without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} {{protectedhwapi|3.0.3}} | ||
Saves the new event currently being created to the WoW server. | |||
CalendarAddEvent() | |||
CalendarAddEvent | |||
== Details == | == Details == | ||
: | * Saves the event or announcement created by: {{api|CalendarNewEvent}} or {{api|CalendarNewGuildWideEvent}} | ||
* Event information can be altered prior to saving using {{api|CalendarEventSetDate}}, {{api|CalendarEventSetDescription}}, {{api|CalendarEventSetRepeatOption}}, {{api|CalendarEventSetTime}}, {{api|CalendarEventSetTitle}}, and {{api|CalendarEventSetType}}. | |||
* This function is only used to create '''new''' events. To save changes to existing events, use {{api|CalendarUpdateEvent}}() | |||