Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API CalendarGetEventInfo
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> '''API CalendarGetEventInfo''' retrieves the details of an event. <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> title, description, creator, eventType, repeatOption, maxSize, textureIndex, weekday, month, day, year, hour, minute, lockoutWeekday, lockoutMonth, lockoutDay, lockoutYear, lockoutHour, lockoutMinute, locked, autoApprove = CalendarGetEventInfo( ); == Returns == <!-- List each return value, together with its type --> :title, description, creator, eventType, repeatOption, maxSize, textureIndex, weekday, month, day, year, hour, minute, lockoutWeekday, lockoutMonth, lockoutDay, lockoutYear, lockoutHour, lockoutMinute, locked, autoApprove :;title : String - The title of the event :;description : String - The event description :;creator : String - The name of the character who created the event :;eventType: Number - The type of event (1-5) as specified by CalendarSetType() :;repeatOption: Number - The repeat setting (appears unimplemented as of patch 3.0.8) :;maxSize: Number - Unknown :;textureIndex: Number - The index of the event's texture in the list returned by CalendarEventGetTextures :;weekday : Number - Day of the week on which the event falls (1=Sunday, 2=Monday, etc) :;month : Number - Month of the year in which the event occurs (1=January, 2=February, etc) :;day : Number - Day of the month on which the event takes place :;year : Number - Year of the event :;hour : Number - Hour of the event in 24-hour format (ie 18=6pm) :;minute : Number - Minute of the hour at which the event occurs :;lockoutWeekday: Number - Unknown (contains 1) :;lockoutMonth: Number - Unknown (contains 1) :;lockoutDay: Number - Unknown (contains 1) :;lockoutYear: Number - Unknown (contains 2000) :;lockoutHour: Number - Unknown (contains 0) :;lockoutMinute: Number - Unknown (contains 0) :;lockedFlag : Number - Set to 1 if the event is locked, nil otherwise :;autoApprove : Unknown
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)