create
public final Response<Event> create(String identifier, CreateEventRequest requestBody, CreateEventQueryParams queryParams, RequestOverrides overrides)
public final Response<Event> create(String identifier, CreateEventRequest requestBody, CreateEventQueryParams queryParams)
Create an Event
Return
The created event
Parameters
identifier
Grant ID or email account in which to create the object
request Body
The values to create the event with
query Params
The query parameters to include in the request
overrides
Optional request overrides to apply