event_agendas
GET /events/:eventID/agendas — Get multiple attendees' agendas in one call
Returns the agendas (bookmarked sessions + meetup RSVPs) for multiple attendees in a single call. Use when an AI agent needs to plan around several DCers at once — comparing schedules, finding shared sessions, building a meetup invite list.
Query: userIDs=A,B,C — comma-separated. Max 20 IDs per call.
Behavior: silently drops IDs that don't hold a valid ticket (so the AI doesn't need to pre-filter). Returns only the agendas for confirmed attendees, in the order requested.
Access: open to any active DCer who can see the event (non-attendee target IDs are silently dropped).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventID | Yes | Event ID | |
| userIDs | Yes | Required. Comma-separated userIDs (max 20). Non-attendees are silently dropped. |