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
Key | Datatype | Required | Description |
---|---|---|---|
calendar_id | string | (Required) Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar. |
Request Body
{"status"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e"}