Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link jQuery Calendar with the WebService #1

Closed
levhita opened this issue Sep 4, 2012 · 2 comments
Closed

Link jQuery Calendar with the WebService #1

levhita opened this issue Sep 4, 2012 · 2 comments
Assignees
Milestone

Comments

@levhita
Copy link

levhita commented Sep 4, 2012

The jquery library that does the magic is http://arshaw.com/fullcalendar/.

you can find how to embed the calendar here -> http://arshaw.com/fullcalendar/docs/usage/
And here how to link int with the data source -> http://arshaw.com/fullcalendar/docs/event_data/events_json_feed/

Good Luck

@nmicht
Copy link
Collaborator

nmicht commented Oct 23, 2012

Realizar consultas a la base de datos para obtener datos de los eventos registrados.
Procesar la información y generar JSON para ser enviado al plugin de FullCalendar y que sea mostrado en los calendarios.

Esta información puede ayudarlos:
Funciones PHP para JSON -> http://www.php.net/manual/en/ref.json.php
Ejemplos de creación de JSON con PHP -> http://www.desarrolloweb.com/articulos/producir-json-desde-php.html
Como cargar el JSON en el Full Calendar -> http://arshaw.com/fullcalendar/docs/event_data/events_json_feed/

@FerPerales
Copy link
Owner

Ya esta ligado y el JSON se obtiene desde

http://alanturing.cucei.udg.mx/duke/php/getCalendar.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants