main icon indicating copy to clipboard operation
main copied to clipboard

handle case where an event in ActionNetwork is moved to another group

Open Matt-Holland opened this issue 8 years ago • 0 comments

Currently this happens, which is bad:

  1. user creates an event in group 1 on Action network
  2. Affinity syncs that event, associated with the api key of group 1
  3. user moves the event to a different group in Action Network
  4. 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
  5. 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.

Matt-Holland avatar Sep 25 '17 22:09 Matt-Holland