If I want to make a person on waitlist to Yes on a an event that is full, this can be done using the web site. But looks like the API will not allow me to do it
https://api.meetup.com/2/rsvp , even if rsvp=yes is passed. I still get waitlist as the status
--ThanksJay
--
You received this message because you are subscribed to the Google
Groups "Meetup API" group.
To unsubscribe from this group, send email to
meetup-api+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/meetup-api?hl=en?hl=en
---
You received this message because you are subscribed to the Google Groups "Meetup API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetup-api+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,I have not received a response to my message. Is this problem being investigated?
--
--
curl -d 'event_id=200710682&rsvp=yes' "https://api.meetup.com/2/rsvp?key=$MUAPI_KEY"
Alternating the 'rsvp' value between 'yes' and 'no', where MUAPI_KEY is my key, and I get the expected result in the JSON response. Immediately issuing a GET to the rsvp by id also results in an agreeable payload. Try it through curl and confirm it's working as expected. Let me know what you find!