Events · Workflow
Joining events
What would you like to do?
RSVP on an event page, an accepted meeting invitation at an event, or the "Tonight near you" view.
End to end
Trigger
RSVP on an event page, an accepted meeting invitation at an event, or the "Tonight near you" view.
Inputs
Signed-in account; event id; on the day, the organiser's presence code.
Processing
One RSVP per account; capacity enforced; when full the person joins the waitlist; cancelling promotes the first person waiting; public events accept "going" from members, without capacity or presence codes.
User actions
RSVP, cancel, write in the event conversation, confirm presence with the code.
System actions
LP_Events::rsvp or waitlist; LP_Events::cancel_rsvp promotes; LP_Events::checkin records presence.
Relationships created
Person attends event; person present at event (check-in).
Notifications
Organiser: new messages. Promoted person: a seat opened.
Next possible actions
Form a Cercle from the event · Invite someone · Plan a journey around it.
Completion state
Presence confirmed (milestone "Present").
Engines involved
Each named method exists in the core plugin — the verification harness fails the build if one goes missing.