Send RSVP

POST {{baseUrl}}/v3/grants/:grant_id/events/:event_id/send-rsvp?calendar_id={{calendar_id}}

The Send RSVP endpoint allows users to respond to events they have been added to as an attendee. You cannot directly update events as an invitee, since you are not the owner/organizer.

Request Params

KeyDatatypeRequiredDescription
calendar_idstring(Required) Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar.

Request Body

{"status"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}