event_agenda_get
GET /events/:eventID/agenda/:userID — Get another attendee's agenda for an event
Returns another attendee's personal agenda for an event — the sessions they bookmarked + meetups they RSVPd to. Use this so an AI agent can plan together with another DCer (find a coffee window, suggest sessions to overlap, propose a meetup).
Access: open to any active DCer who can see the event. The target must hold a valid ticket — otherwise there is no agenda to return (404).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userID | Yes | Target attendee userID | |
| eventID | Yes | Event ID |