user3129207
user3129207

Reputation: 61

Fetching data from MySql and showing events in calendar

I am using Adam Shaw's Full Calendar plugin as in my web-application. I am new to json and its usability. I want to fetch events from my database and display it into this calendar which I am not able to do it. Please help me with this or if any link suggestion.

Thank You.

Upvotes: 0

Views: 605

Answers (1)

tentimes
tentimes

Reputation: 1462

I suggest you look for existing php applications using fullcalendar, keeping in mind that the new version is v2 and most applications will be implemented in v1.

Also, in the download of fullcalendar, there is a demo folder with an example php script.

In terms of json, I think you need to look for a good php and json tutorial. I am working in Ruby on Rails so cannot help you much with this, but maybe these comments will point you in the right direction.

Upvotes: 1

Related Questions