/characters/{character_id}/calendar/
occasionally returns a partial response
#1355
Open
3 of 6 tasks
Labels
Bug
The
List calendar event summaries
endpoint will sometimes return only a subset of the events.It's not uncommon for the endpoint to return less than
50
events.These events appear to be a random subset of events, not the first N.
The behavior is semi-persistent: it will continue returning the same set of events, even after it
Expires
.If I attempt to create another event during this time, the newly-created will be shown (after
Expires
) in the response, but all other missing events won't.I'm unsure how to provide further information to help diagnose this issue. 🤷🏻
Request
GET /characters/{character_id}/calendar/
Status Code
200
Example
For example, now circa
2023-06-24 20:12
, the calendar for 26-30 June looks like this in-game:And currently ESI only returns a total of 17 events, with only 6 being in the 26-30 June date range.
Checklist
Check all boxes that apply to this issue:
The text was updated successfully, but these errors were encountered: