Describe the feature you'd like to request
There are cases where:
- An Event has a start date in the near future
- An Event has an end date in the near future
- An Event has an Event Instance in the near future that is listed as closed
- An Event has an Event Instance in the near future that is at a different time (e.g. later in the morning for a holiday)
- An Org can create a Event Instance, not tied to an Event, that has Highlighted true (e.g. convergence)
*ANYTHING with private = true should not show up on map
In these cases, the map should flag the pin
Describe the solution you'd like to see
It should be obvious from the map if the standard weekly details of an Event will not apply at an upcoming Event instance.
Pin changes color for upcoming closing (cases 2 and 3) or upcoming deviation (cases 1 and 4)

Workout popup should provide more detail as to the upcoming chain.
Also, for case 5. need pin for one-off events.
*image credits go to backslash
Additional information
Map should query the next 30 days of event instances for exceptions. You can use https://api.f3nation.com/v1/event-instance to get all events and look for where seriesException is not null. But, it probably makes sense just for you to make a new route in the map subroute.
Describe the feature you'd like to request
There are cases where:
*ANYTHING with private = true should not show up on map
In these cases, the map should flag the pin
Describe the solution you'd like to see
It should be obvious from the map if the standard weekly details of an Event will not apply at an upcoming Event instance.
Pin changes color for upcoming closing (cases 2 and 3) or upcoming deviation (cases 1 and 4)

Workout popup should provide more detail as to the upcoming chain.
Also, for case 5. need pin for one-off events.
*image credits go to backslash
Additional information
Map should query the next 30 days of event instances for exceptions. You can use https://api.f3nation.com/v1/event-instance to get all events and look for where seriesException is not null. But, it probably makes sense just for you to make a new route in the map subroute.