> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Guest Attendance Status Mapping ## Article: Guest Attendance Status Mapping ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/events/registration/event-guests/guest-attendance-status-mapping.md ## Article Content: # Event Guests: Guest Attendance Status Mapping The event's guest attendance status updates based on the values of: - For RSVP events: The status of a guest as defined in the [RSVP](https://dev.wix.com/docs/rest/business-solutions/events/rsvp-v2/rsvp-object.md) object. - For ticketed events: The status of a buyer or ticket holder as defined in the [Order](https://dev.wix.com/docs/rest/business-solutions/events/orders/order-object.md) object. This table below maps out how the `attendanceStatus` field is set based on the `status` field by guest type: Guest type | Status | Attendance Status | | ---------- | ------- | -------------------| | RSVP | YES | ATTENDING | | RSVP | WAITING | IN_WAITLIST | | RSVP | NO | NOT_ATTENDING | | BUYER | PAID | ATTENDING | | BUYER | OFFLINE_PENDING | ATTENDING | | BUYER | FREE| ATTENDING | | BUYER | PENDING | NOT_ATTENDING | | TICKET_HOLDER | PAID | ATTENDING | | TICKET_HOLDER | OFFLINE_PENDING | ATTENDING | | TICKET_HOLDER | FREE| ATTENDING | | TICKET_HOLDER | PENDING | NOT_ATTENDING |