No Description

events.json 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. [
  2. {
  3. "title": "All Day Event",
  4. "start": "2019-08-01"
  5. },
  6. {
  7. "title": "Long Event",
  8. "start": "2019-08-07",
  9. "end": "2019-08-10"
  10. },
  11. {
  12. "id": "999",
  13. "title": "Repeating Event",
  14. "start": "2019-08-09T16:00:00-05:00"
  15. },
  16. {
  17. "id": "999",
  18. "title": "Repeating Event",
  19. "start": "2019-08-16T16:00:00-05:00"
  20. },
  21. {
  22. "title": "Conference",
  23. "start": "2019-08-11",
  24. "end": "2019-08-13"
  25. },
  26. {
  27. "title": "Meeting",
  28. "start": "2019-08-12T10:30:00-05:00",
  29. "end": "2019-08-12T12:30:00-05:00"
  30. },
  31. {
  32. "title": "Lunch",
  33. "start": "2019-08-12T12:00:00-05:00"
  34. },
  35. {
  36. "title": "Meeting",
  37. "start": "2019-08-12T14:30:00-05:00"
  38. },
  39. {
  40. "title": "Happy Hour",
  41. "start": "2019-08-12T17:30:00-05:00"
  42. },
  43. {
  44. "title": "Dinner",
  45. "start": "2019-08-12T20:00:00"
  46. },
  47. {
  48. "title": "Birthday Party",
  49. "start": "2019-08-13T07:00:00-05:00"
  50. },
  51. {
  52. "title": "Click for Google",
  53. "url": "http://google.com/",
  54. "start": "2019-08-28"
  55. }
  56. ]