/spaces/:id/events

Book an event in a space

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Creates an event and books space. This method will return an error if the event being created conflicts with an existing event already scheduled within the space.

Events must be longer than five minutes.

🚧

Double-check far future bookings.

Robin will automatically check for existing scheduling conflicts when trying to book a new event, and reject the request if a collision is found. If you have a list of events synced to Robin handy, you will be able to know in advance which times are unavailable.

Keep in mind that Robin will sync up to 3 months worth of events automatically for Google, and about a month for Microsoft calendars. When scheduling new events farther out, be sure to check for rejections before continuing.

Recurrence

Recurrence must be iCal compliant:

An example recurrence might look like the following:

[
  "RRULE:FREQ=DAILY;COUNT=5",
  "RDATE:20170101T120000Z"
]
Path Params
int32
required

The ID of the space

Body Params
string

A title for the event. If omitted, a title will be automatically generated from the space's name and the name of the user that is booking the event.

start
object

A composite datetime / timezone object that represents the start of the event.

end
object

A composite datetime / timezone object that represents the start of the event.

string

Description for event. Will show up in meeting invite.

string

The visibility type. See the event resource page for a list of valid types.

string

An array RFC-5545 compliant content-lines that are of the type RRULE, RDATE, and EXDATE.

invitees
object

The invitees to invite.

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json