WoW API: CalendarAddEvent

From AddOn Studio
Revision as of 14:45, 27 October 2008 by WoWWiki>MHoekstra
Jump to navigation Jump to search

WoW API < CalendarAddEvent

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