Skip to content

Instantly share code, notes, and snippets.

@bramcordie
Last active August 29, 2015 14:13
Show Gist options
  • Save bramcordie/166ab89d94193807aed2 to your computer and use it in GitHub Desktop.
Save bramcordie/166ab89d94193807aed2 to your computer and use it in GitHub Desktop.
event export description
{
// selection is optional but takes precendence over query to determine the included events
query: 'city:leuven AND title:something',
selection: [
'ca73c558-d70d-4e2b-bbec-881383c71f37',
'ca73c558-d70d-4e2b-bbec-881383c71f37',
'ca73c558-d70d-4e2b-bbec-881383c71f37'
],
order: {
'title': 'ASC',
'location': 'DESC'
},
include: [
'title',
'location'
],
perDay: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment