sendRsvp
public final DeleteResponse sendRsvp( String identifier, String eventId, SendRsvpRequest requestBody, SendRsvpQueryParams queryParams, RequestOverrides overrides)
public final DeleteResponse sendRsvp(String identifier, String eventId, SendRsvpRequest requestBody, SendRsvpQueryParams queryParams)
Send RSVP. Allows users to respond to events they have been added to as an attendee.
Return
The send-rsvp response
Parameters
identifier
The identifier of the grant to act upon
eventId
The id of the Event to update.
requestBody
The values to send the RSVP with
queryParams
The query parameters to include in the request
overrides
Optional request overrides to apply