WoW:API CalendarAddEvent: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} Create an event on the in ganme calendar system. CalendarAddEvent*() == Parameters == === Arguments === :Appears to only use arguments from the frame CalendarCreateEventFrame...) |
No edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
:Saves the current event to the WoW server. | |||
:This works only for new events! | |||
CalendarAddEvent() | |||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
: | :No Arguments | ||
=== Returns === | === Returns === | ||
:''nil'' | :''nil'' | ||
== Details == | |||
:Saves the event or announcement created by: [[ :API CalendarNewEvent|CalendarNewEvent]] or [[ :API CalendarNewGuildWideEvent|CalendarNewGuildWideEvent]] having the information set by: [[ :API CalendarEventSetDate|CalendarEventSetDate ]], [[ :API CalendarEventSetDescription|CalendarEventSetDescription ]], [[ :API CalendarEventSetRepeatOption|CalendarEventSetRepeatOption]], [[ :API CalendarEventSetTime|CalendarEventSetTime ]], [[ :API CalendarEventSetTitle|CalendarEventSetTitle]] and [[ :API CalendarEventSetType|CalendarEventSetType ]] | |||
:NOTE! When you are updating an existing event use [[ :API CalendarUpdateEvent|CalendarUpdateEvent]] | |||
: | |||
---- | ---- | ||
__NOTOC__ | __NOTOC__ |
Revision as of 14:45, 27 October 2008
- Saves the current event to the WoW server.
- This works only for new events!
CalendarAddEvent()
Parameters
Arguments
- No Arguments
Returns
- nil
Details
- Saves the event or announcement created by: CalendarNewEvent or CalendarNewGuildWideEvent having the information set by: CalendarEventSetDate , CalendarEventSetDescription , CalendarEventSetRepeatOption, CalendarEventSetTime , CalendarEventSetTitle and CalendarEventSetType
- NOTE! When you are updating an existing event use CalendarUpdateEvent