WoW:API CalendarAddEvent: Difference between revisions
Jump to navigation
Jump to search
m (→Details) |
(cleanup, boilerplate) |
||
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}}() | |||
Revision as of 00:40, 27 March 2010
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
- 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()