Hi guys,

I just noticed that the description for the "RSVP: Current user invited"-filter in Views says:

"This allows you to filter by whether or not the logged in user has been invited to an event."

However the generated MySQL is:

(rsvp_invite.uid = ***CURRENT_USER***)

So it should say something like

"This allows you to get only the responses the logged-in user has made."

Now that I think of it, it could also be, that the filter isn't working as intended. Then you'd would have to check if the current-user-ID shows up in ANY datasets with the same RSVP-ID.

-IhseeS