Types
Rsvp
A member’s RSVP for an event. A token holding only write:rsvps reads the viewer’s own RSVP.
Required scopes: read:network, write:posts, write:comments,
host:read:network, host:read:network_posts, host:write:network_posts,
host:read:network_events, host:write:network_events (any one)
object
RsvpImplements
Fields
createdAt
ISO8601DateTime!
event
The event this RSVP is for
eventInstance
The specific event instance — present only when instance_at is set
id
ID!
ID of the object.
instanceAt
ISO8601DateTime
Set when the RSVP targets a specific occurrence of a recurring event; null for series-level RSVPs
member
The member who set the RSVP
resourceId
ID!
Resource ID for this object, for interop with the Admin API.
status
String!
One of: yes, maybe, no
updatedAt
ISO8601DateTime!