event_title = attendee.get("event_title") or "N/A" event_date = attendee.get("event_date") or "N/A" event_location = attendee.get("event_location") or "N/A" ...