Skip to content

Instantly share code, notes, and snippets.

@zachdunn
Created April 25, 2016 22:58
Show Gist options
  • Save zachdunn/cb5b660e96c9e8c7a7fd82ef798805e2 to your computer and use it in GitHub Desktop.
Save zachdunn/cb5b660e96c9e8c7a7fd82ef798805e2 to your computer and use it in GitHub Desktop.
Robin API: Event Example
{
"title": "Core Competency Synergies",
"started_at": "2014-11-01T00:23:45Z",
"ended_at": "2014-11-01T01:23:45Z",
"invitees": [
{
"email": "robin_attendee@domain.com",
"display_name": "Attendee 1",
},
{
"slug": "account_slug_1",
"display_name": "Attendee 2",
},
{
"user_id": 1,
"display_name": "Attendee 3",
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment