Bulk migration of RSVP Data?
-
Hello,
We built our own RSVP functionality hacked onto another plugin, and are going to be migrating to use the RSVP functionality built into EventRocket.
We’ve already figured out how to bulk enable RSVP on all events, by triggering the _eventrocket_enable_rsvp option on each event.
I also see that the list of users who are attending is stored in the _eventrocket_attendance option, on a per event question.
2 questions:
1) Is there a script/bulk import feature baked into the plugin? I have generated a list of user ids, and event ids, from our old system, so can approach this either using straight SQL or PHP. I see a small sample here – is there a better way besides doing a loop of that? (https://github.com/barryhughes/event-rocket/wiki/RSVP-system)2) It looks like there is no option changed in usermeta upon reserving. Assuming this is true – to build a list of all events a user is attending, we just have to get the attendance object for all events, and check if their ID is tagged with it? Am I missing a better option? With several thousands events, this might be a slow query.
Thanks,.
- The topic ‘Bulk migration of RSVP Data?’ is closed to new replies.