data.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "events": [
  3. {
  4. "id": "1",
  5. "title": "Clase Libre",
  6. "start": "2024-07-18 10:00:00",
  7. "end": "2024-07-18 12:00:00",
  8. "description": "El día de hoy se hace la invitación a la clase libre",
  9. "color": "#E60F07"
  10. },
  11. {
  12. "id": "2",
  13. "title": "Examen Geografía",
  14. "start": "2024-07-19",
  15. "end": "2024-07-19",
  16. "description": "Prepararse para el examen"
  17. },
  18. {
  19. "id": "3",
  20. "title": "Examen Matemáticas1",
  21. "start": "2024-07-17",
  22. "end": "2024-07-17",
  23. "description": "Prepararse para el examen"
  24. },
  25. {
  26. "id": "4",
  27. "title": "Examen Matemáticas2",
  28. "start": "2024-07-17",
  29. "end": "2024-07-17",
  30. "description": "Prepararse para el examen"
  31. },
  32. {
  33. "id": "5",
  34. "title": "Examen Matemáticas3",
  35. "start": "2024-07-17",
  36. "end": "2024-07-17",
  37. "description": "Prepararse para el examen"
  38. },
  39. {
  40. "id": "6",
  41. "title": "Examen Matemáticas4",
  42. "start": "2024-07-17",
  43. "end": "2024-07-17",
  44. "description": "Prepararse para el examen"
  45. },
  46. {
  47. "id": "7",
  48. "title": "Obra de Teatro",
  49. "start": "2024-07-20T10:00:00",
  50. "end": "2024-07-20T12:00:00",
  51. "description": "Prepararse para el examen"
  52. }
  53. ],
  54. "nivelEducativo": [
  55. {
  56. "clave": "K",
  57. "nombreNivel": "Preescolar",
  58. "id": "3770"
  59. },
  60. {
  61. "clave": "M",
  62. "nombreNivel": "Maternial",
  63. "id": "1d43"
  64. },
  65. {
  66. "clave": "P",
  67. "nombreNivel": "Primaria",
  68. "id": "a532"
  69. },
  70. {
  71. "clave": "S",
  72. "nombreNivel": "Secundaria",
  73. "id": "24a0"
  74. }
  75. ]
  76. }