WoW:API CalendarAddEvent: Difference between revisions
Jump to navigation
Jump to search
(cleanup, boilerplate) |
m (Move page script moved page API CalendarAddEvent to API CalendarAddEvent without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
This function is protected, and may only be called in response to hardware event.
|
Saves the new event currently being created to the WoW server.
CalendarAddEvent()
Details[edit]
- Saves the event or announcement created by: CalendarNewEvent or CalendarNewGuildWideEvent
- Event information can be altered prior to saving using CalendarEventSetDate, CalendarEventSetDescription, CalendarEventSetRepeatOption, CalendarEventSetTime, CalendarEventSetTitle, and CalendarEventSetType.
- This function is only used to create new events. To save changes to existing events, use CalendarUpdateEvent()