1

I'm actually working on a project that used FullCalender and I would liked to add additional functionalities like implementing websocket in the event's fetching process, using handlebars template engine for event's rendering etc. without modifying it's source code.

There a is post about this topic here and it's seems that there was no proper solution.

I'm new to the JavaScript world and if someone would be grateful if someone have some examples of website that explained how to accomplish this.

Thank you for your answer !

PS: Sorry for my bad english

Community
  • 1
  • 1
JDL
  • 231
  • 4
  • 16
  • I don't think you can use plugins for fullcalendar so either edit the source or make a new jquery plugin? – 472084 Jun 21 '12 at 16:07
  • What additional functionality are you talking about? If you can give specific examples or requirements, people can help you better. – ganeshk Jun 21 '12 at 16:10

1 Answers1

0

All of what you want to do is already available functionality within the plugin itself... Check out the documentation at http://arshaw.com/fullcalendar/docs/ Look at the eventRender callback to add more info about the event and look at the eventSources for multiple sources, then the event source objects to differentiate them by color. As for the handlebars, im not sure what that is, but there is probably a way to include it. Look at the docs

Juan Gonzales
  • 1,967
  • 2
  • 22
  • 36