|
|
Description
Returns a list of all upcomming calendar events for a given character.
Call
Result
<?xml version='1.0' encoding='UTF-8'?>
<eveapi version="2">
<currentTime>2011-01-18 13:30:20</currentTime>
<result>
<rowset name="upcomingEvents" key="eventID" columns="eventID,ownerID,ownerName,eventDate,eventTitle,duration,importance,response,eventText">
<row eventID="93264" ownerID="1" ownerName="" eventDate="2011-03-26 09:00:00" eventTitle="EVE Online Fanfest 2011" duration="0" importance="0" response="Undecided" eventText="Join us for <a href="http://fanfest.eveonline.com/">EVE Online's Fanfest 2011</a>!" />
</rowset>
</result>
<cachedUntil>2011-01-18 14:26:06</cachedUntil>
</eveapi>
Result attributes
| Name
| Type
| Description
|
| eventID
| long
| ID of the event
|
| ownerID
| long
| ID of the character/corp/alliance that owns (created) the event.
|
| ownerName
| string
| Name of the character/corp/alliance that owns (created) the event. Blank when ownerID is 1 ("CCP").
|
| eventDate
| string
| Date the event will start
|
| eventTitle
| string
| The name of the event
|
| duration
| int
| Duration of the event (in minutes) between 0 and 1440
|
| importance
| boolean
| Tells if the event is marked as "important" (1 is TRUE, otherwise FALSE)
|
| eventText
| string
| Event description
|
| response
| string
| The response this character has to this event {"Undecided", "Accepted", "Declined" or "Tentative"}
|
Top Contributors For This Page
|