You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying the calendar endpoint without specifying from_event, the response returns event summaries from the past, instead of the expected upcoming events in chronological order from the current date as per the spec:
If no from_event ID is given, the resource will return the next 50 chronological event summaries from now.
Request
Be sure to include the HTTP method, path (including version), and any relevant parameters. Please do not include auth tokens. E.g.:
GET https://esi.evetech.net/latest/characters/401563624/calendar/?datasource=tranquility
Response
Status Code
200
Headers
Include relevant headers received. Timestamps and request ID is nice, you may not have all these values, fill out what you received (don't worry about headers not listed here, unless pertinent to your issue). E.g.:
Date: Sun, 20 Oct 2024 11:21:46 GMT
Expires: Sun, 20 Oct 2024 11:21:51 GMT
Last-Modified: Sun, 20 Oct 2024 11:21:46 GMT
X-ESI-Request-ID: 405b190e-3219-4ecc-950b-b7761bc3ac9e
ETag: "ec5d967d9cdc953f6005cc9b51ec8c66ed8829a31de306c9414e7cf3"
Bug
When querying the calendar endpoint without specifying
from_event
, the response returns event summaries from the past, instead of the expected upcoming events in chronological order from the current date as per the spec:Request
Be sure to include the HTTP method, path (including version), and any relevant parameters. Please do not include auth tokens. E.g.:
GET https://esi.evetech.net/latest/characters/401563624/calendar/?datasource=tranquility
Response
Status Code
200
Headers
Include relevant headers received. Timestamps and request ID is nice, you may not have all these values, fill out what you received (don't worry about headers not listed here, unless pertinent to your issue). E.g.:
Body
Expected
Entries returned should be in the future.
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: