Someone with a neon account can register someone else or even multiple attendees to an event. But our automation ignores attendees and just uses the registerer's account when writing attendance dates to Neon (FacilityTourDate etc).
Instead, it should handle each attendee separately, and look up their neon account using the provided email, and not using the Neon account of the registerer.
Code pointer: http://github.com/asmbly-makerspace/NeonIntegrations/blob/main/attendanceToTestout.py#L148
Someone with a neon account can register someone else or even multiple attendees to an event. But our automation ignores attendees and just uses the registerer's account when writing attendance dates to Neon (FacilityTourDate etc).
Instead, it should handle each attendee separately, and look up their neon account using the provided email, and not using the Neon account of the registerer.
Code pointer: http://github.com/asmbly-makerspace/NeonIntegrations/blob/main/attendanceToTestout.py#L148