Created
April 25, 2016 22:58
-
-
Save zachdunn/cb5b660e96c9e8c7a7fd82ef798805e2 to your computer and use it in GitHub Desktop.
Robin API: Event Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Core Competency Synergies", | |
"started_at": "2014-11-01T00:23:45Z", | |
"ended_at": "2014-11-01T01:23:45Z", | |
"invitees": [ | |
{ | |
"email": "[email protected]", | |
"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