Created
June 6, 2012 19:07
-
-
Save camdez/2883982 to your computer and use it in GitHub Desktop.
OrgSync API: Events: List All Events
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
[ | |
{ | |
"name": "Test", | |
"description": "", | |
"umbrella_category": null, | |
"location": "There is no location entered for this event.", | |
"org_id": 225, | |
"is_approved": true, | |
"occurrences": [ | |
{ | |
"ends_at": "2012-02-22T18:30:00Z", | |
"is_all_day": false, | |
"starts_at": "2012-02-22T17:30:00Z" | |
} | |
], | |
"is_public": true, | |
"html_description": "", | |
"id": 345266, | |
"rsvps": 0, | |
"category": { | |
"name": "Community Service", | |
"id": 45 | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment