Events
Functions
Link copied to clipboard
public final Response<Event> create(String identifier, CreateEventRequest requestBody, CreateEventQueryParams queryParams)
Create an Event
Link copied to clipboard
public final DeleteResponse destroy(String identifier, String eventId, DestroyEventQueryParams queryParams)
Delete an Event
Link copied to clipboard
Return all Events
Link copied to clipboard
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.
Link copied to clipboard
public final Response<Event> update(String identifier, String eventId, UpdateEventRequest requestBody, UpdateEventQueryParams queryParams)
Update an Event