events.json 732 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [
  2. {
  3. "id": "999",
  4. "title": "Dhammacakkha",
  5. "start": "2020-12-06T20:30:00-05:00",
  6. "end": "2020-12-06T22:00:00-05:00"
  7. },
  8. {
  9. "id": "999",
  10. "title": "Dhammacakkha",
  11. "start": "2020-12-07T20:30:00-05:00",
  12. "end": "2020-12-07T22:00:00-05:00"
  13. },
  14. {
  15. "id": "999",
  16. "title": "Dhammacakkha",
  17. "start": "2020-12-10T20:30:00-05:00",
  18. "end": "2020-12-10T22:00:00-05:00"
  19. },
  20. {
  21. "id": "1000",
  22. "title": "NGPP",
  23. "start": "2020-12-07T2:30:00-05:00",
  24. "end": "2020-12-07T4:00:00-05:00"
  25. },
  26. {
  27. "id": "1000",
  28. "title": "NGPP",
  29. "start": "2020-12-10T2:30:00-05:00",
  30. "end": "2020-12-10T4:00:00-05:00"
  31. },
  32. {
  33. "id": "1000",
  34. "title": "NGPP",
  35. "start": "2020-12-11T2:30:00-05:00",
  36. "end": "2020-12-11T4:00:00-05:00"
  37. }
  38. ]