October 2008
Intermediate to advanced
434 pages
12h 7m
English
I need to retrieve a specific user’s event based on their RSVP.
SELECT eid, rsvp_status FROM event_member WHERE rsvp_status = $status AND uid = $user;
There are four possible statuses for event_member records: attending, declined, unsure, or not_replied. Keep in mind that this solution
will return events only if the current loggedinuser is allowed to see them.
Read now
Unlock full access