Last active
August 29, 2015 14:13
-
-
Save bramcordie/166ab89d94193807aed2 to your computer and use it in GitHub Desktop.
event export description
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
{ | |
// 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