events.json 721 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. [
  2. {
  3. "title": "All Day Event",
  4. "start": "2014-06-01"
  5. },
  6. {
  7. "title": "Long Event",
  8. "start": "2014-06-07",
  9. "end": "2014-06-10"
  10. },
  11. {
  12. "id": "999",
  13. "title": "Repeating Event",
  14. "start": "2014-06-09T16:00:00-05:00"
  15. },
  16. {
  17. "id": "999",
  18. "title": "Repeating Event",
  19. "start": "2014-06-16T16:00:00-05:00"
  20. },
  21. {
  22. "title": "Meeting",
  23. "start": "2014-06-12T10:30:00-05:00",
  24. "end": "2014-06-12T12:30:00-05:00"
  25. },
  26. {
  27. "title": "Lunch",
  28. "start": "2014-06-12T12:00:00-05:00"
  29. },
  30. {
  31. "title": "Birthday Party",
  32. "start": "2014-06-13T07:00:00-05:00"
  33. },
  34. {
  35. "title": "Click for Google",
  36. "url": "http://google.com/",
  37. "start": "2014-06-28"
  38. }
  39. ]