Skip to content

Instantly share code, notes, and snippets.

@luke-john
Created December 13, 2013 01:16
Show Gist options
  • Save luke-john/7938504 to your computer and use it in GitHub Desktop.
Save luke-john/7938504 to your computer and use it in GitHub Desktop.
data.py example format
data = {
'room_id1': [
{
'abstract': '',
'end': '2013-07-06 09:00:00+11:00',
'start': '1970-01-01 10:00:00+10:00',
'title': 'Not Yet Started'},
{
'abstract': '',
'conf_url': '1386831022.76',
'end': '2013-07-06 09:15:00+11:00',
'guid': '7cbb82a89c098642e306a4f3f41c50ae',
'start': '2013-07-06 09:00:00+11:00',
'title': 'Conference Opening & Housekeeping'},
{
'abstract': '',
'conf_url': '1386831022.77',
'end': '2013-07-06 10:00:00+11:00',
'guid': '0d93503872f62162aa3fac1c591269a1',
'start': '2013-07-06 09:15:00+11:00',
'title': 'Well thought out Title'},
'room_id2': [
{'abstract': '',
'conf_url': '1386831022.77',
'end': '2013-07-06 11:15:00+11:00',
'guid': '0d93503872f62162aa3fac1c591269a1',
'start': '2013-07-06 10:20:00+11:00',
'title': 'Interesting Presentation'},
{
'abstract': '',
'conf_url': '1386831022.77',
'end': '2013-07-06 12:00:00+11:00',
'guid': '0d93503872f62162aa3fac1c591269a1',
'start': '2013-07-06 11:15:00+11:00',
'title': 'Cool Talk Name'}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment