does gw2timer.com show all the events per-world? do they do anything outside of the "timer" function, i.e. for just showing event locations?
The only API information for events seems to come from /v1/events.json and /v1/event_details.json which seem to be world-specific, and have UUIDs for the event IDs. Do we have to get the details of ALL of them and build a list of unique ones? Should we just request them for the player's world? Are they all in the same place between worlds, and all that differs is the timer???
we don't have anything about events yet in the current data we have
Ok, we want to populate events onto the map.
When this is done, revert df4318c