m
Move page script moved page API CalendarAddEvent to WoW:API CalendarAddEvent without leaving a redirect
No edit summary |
m (Move page script moved page API CalendarAddEvent to WoW:API CalendarAddEvent without leaving a redirect) |
||
| (2 intermediate revisions by 2 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}}() | |||