APIv2Char UpcomingCalendarEvents XML

From EVEDev

Jump to: navigation, search
Image:Api.pngAPI Methods - Category Home - API Overview - API Page Index - API Libraries - API Wanted Features

Contents

[edit] /char/UpcomingCalendarEvents.xml.aspx

[edit] Overview

Returns a list of all upcomming calendar events for a given character.

[edit] Data Caching

This method is cached according to the Modified Short Cache Style.

[edit] Input Arguments

Name Type Description
apiKey char(64) Full access API key of account.
userID int userID of account for authentication.
characterID int ID of the character

[edit] Output XML

 
  <?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 &lt;a href=&quot;http://fanfest.eveonline.com/&quot;&gt;
EVE Online's Fanfest 2011&lt;/a&gt;!" />
      </rowset>
    </result>
    <cachedUntil>2011-01-18 14:26:06</cachedUntil>
  </eveapi>
 

[edit] Output Rowset Columns

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"}
Personal tools