GET /events/:eventID/meetups — List event meetups
Returns the approved member-organized meetups for an event, sorted chronologically. Only approved meetups are returned.
**Access:** any active DCer who can see the event can view approved meetup listings + attendee lists. Only RSVPing to a meetup (and the resulting chat-channel access) requires a valid ticket.
**Time-zone handling:** meetups use explicit wall-clock fields (`date` = YYYY-MM-DD, `startTime` / `endTime` = HH:mm) plus the event's `timezone` (IANA). Pair them when localizing.
ConnectorNo auth