RSVP the calling user to an IC event
ic_events_rsvpQueue an RSVP envelope for life-side processing — Ray's Luma cohost session adds the guest. This returns 'queued', NOT 'Luma confirmed.' The human will get a Luma email on the next processor cycle. Rate-limited to 10/token/UTC day; idempotent via 7-day dedupe on (event_url, user). Args: { event_url: string, email: string, name?: string }. The agent MUST supply email explicitly — the server doesn't derive it for agent callers (trust boundary). Required scope: events:rsvp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for the Luma guest list. Optional. | |
| Yes | Email to add as a guest. Required for agent callers. | ||
| event_url | Yes | Canonical Luma URL of the event. |