ggdworkshop/lib/fullcalendar/sched/demos/json/events.json
German Correa 9bb8198f1e Ajustes de formulario y js-lib ordering
Agrega librerias y temas gráficos de forma local, no cdn,
directorio local lib

Formulario de registro:
    - select se hacen con select2, falta validarlos
    - validación de nombre, apellido y mail ya funcionando con
    jquery-validate
    - arregla temas gráficos y de presentación
  FALTA:
    - validar los select
    - validar los radiobutton
    - TODA LA PUTA LOGICA DE BACK-END DE NUEVO!!!
2017-11-29 18:15:01 -03:00

8 lines
570 B
JSON

[
{ "id": "1", "resourceId": "b", "start": "2017-10-07T02:00:00", "end": "2017-10-07T07:00:00", "title": "event 1" },
{ "id": "2", "resourceId": "c", "start": "2017-10-07T05:00:00", "end": "2017-10-07T22:00:00", "title": "event 2" },
{ "id": "3", "resourceId": "d", "start": "2017-10-06", "end": "2017-10-08", "title": "event 3" },
{ "id": "4", "resourceId": "e", "start": "2017-10-07T03:00:00", "end": "2017-10-07T08:00:00", "title": "event 4" },
{ "id": "5", "resourceId": "f", "start": "2017-10-07T00:30:00", "end": "2017-10-07T02:30:00", "title": "event 5" }
]