main
main copied to clipboard
handle case where an event in ActionNetwork is moved to another group
Currently this happens, which is bad:
- user creates an event in group 1 on Action network
- Affinity syncs that event, associated with the api key of group 1
- user moves the event to a different group in Action Network
- Affinity sync sees that we already have that event (based on it's guid), so does not try to create it again in the new group
- Affinity tries to sync the new rsvp's for the event. However, the new rsvp's are associated with the NEW group, which has a different api key, so we never see the new rsvp's.