Last active
December 17, 2015 09:59
-
-
Save shishkin/5591069 to your computer and use it in GitHub Desktop.
This file contains 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": "Far future", | |
"startsAt": "2013-01-01 00:00:00Z", | |
"accept": "http://...", | |
"decline": "http://..." | |
},{ | |
"title": "Near future", | |
"startsAt": "2012-09-01 00:00:00Z", | |
"rsvp_status": "accepted", | |
"decline": "http://..." | |
},{ | |
"title": "Past", | |
"startsAt": "2012-08-01 00:00:00Z", | |
"rsvp_status": "declined", | |
"followup": "http://..." | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment