Skip to content

Instantly share code, notes, and snippets.

@nncl
Last active October 9, 2015 20:37
Show Gist options
  • Save nncl/d5e3367c69f784e71ad1 to your computer and use it in GitHub Desktop.
Save nncl/d5e3367c69f784e71ad1 to your computer and use it in GitHub Desktop.
Diary
[
  {
    "id": "001",
    "title": "All Day Event", 
    "url": "http://google.com/",
    "start": "2015-04-01", 
    "end": null,
    "color": "#fec32b"
  },
  {
    "id": "004",
    "title": "Long Event",
    "url": "http://google.com/",
    "start": "2015-04-07",
    "end": "2015-04-10",
    "color": "#a00000"
  },
  {
    "id": "999",
    "title": "Repeating Event",
    "url": "http://google.com/",
    "start": "2015-04-09T16:00:00-05:00",
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "999",
    "title": "Repeating Event",
    "url": "http://google.com/",
    "start": "2015-04-16T16:00:00-05:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "003",
    "title": "Conference",
    "url": "http://google.com/",
    "start": "2015-04-11",
    "end": "2015-04-13",
    "color": "#a00000"
  },
  {
    "id": "004",
    "title": "Meeting",
    "url": "http://google.com/",
    "start": "2015-04-12T10:30:00-05:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "005",
    "title": "Lunch",
    "url": "http://google.com/",
    "start": "2015-04-12T12:00:00-05:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "006",
    "title": "Meeting",
    "url": "http://google.com/",
    "start": "2015-04-12T14:30:00-05:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "007",
    "title": "Happy Hour",
    "url": "http://google.com/",
    "start": "2015-04-12T17:30:00-05:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "008",
    "title": "Dinner",
    "url": "http://google.com/",
    "start": "2015-04-12T20:00:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "009",
    "title": "Birthday Party",
    "url": "http://google.com/",
    "start": "2015-04-13T07:00:00-05:00", 
    "end": null,
    "color": "#a00000"
  },
  {
    "id": "010",
    "title": "Click for Google",
    "url": "http://google.com/",
    "start": "2015-04-28", 
    "end": null,
    "color": "#a00000"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment