powered by
Mark Event Attendance
mark_event_attendance(urlname, event_id, member_ids, member_status, key)
string, URL name for the meetup. e.g 'R-Users-Sydney'
string, event id for the meetup event.
vector of member id strings to mark attendance for.
vector string for member status, positions match those in member_id's.
an API key from https://www.meetup.com/meetup_api/.
the POST request object.
# NOT RUN { mark_event_attendance("R-Users-Sydney", "your_event_id", "my_member_id", "attended", "your_api_key") # } # NOT RUN { # }
Run the code above in your browser using DataLab