API Event Statistic Details
Currently events through the API only show people who HAVE registered for an event. It also shows the overall number of people's RSVP Responses. For the example below I'd rather be able to differentiate which contacts have answered which question. The goal of this is to send a reminder ONLY to people that have not responded or clicked maybe.
"InviteeStat": {
"NotResponded": 16,
"NotAttended": 2,
"Attended": 2,
"MaybeAttended": 2
}