Skip to content

Instantly share code, notes, and snippets.

@camdez
Created June 6, 2012 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camdez/2883982 to your computer and use it in GitHub Desktop.
Save camdez/2883982 to your computer and use it in GitHub Desktop.
OrgSync API: Events: List All Events
[
{
"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