I am trying to work out how to use Adam Shaw\'s brilliant jQuery plu开发者_StackOverflow中文版gin - FullCalendar to add an event on our project : online balloon ordering page under development
I\'m using FullCalendar as a large date picker with added featu开发者_JS百科res, and need to disable all Sundays and various other days throughout the year. Jquery UI date picker allows you to create
I\'ve having difficulty in populating FullCalendar from MVC and would like a little assistance on the matter please.
What i have is a tabbed page wit开发者_StackOverflow社区h 12 tabs (every tab is a month of the year).
Has anybody had any luck getting FullCalendar to work with jQuery\'s ThickBox? When somebody clicks on a FullCalendar event, I would like the event d开发者_Python百科etails to open into a ThickBox wi
I am integrating jQuery plugin FullCalendar, overall it has been really straightforward. I however have ran into a problem with adding events to the calendar. I am using ASP.NET MVC 1.0 and have found
I would like to to pass the colors for the events through my json events source 开发者_如何学Pythonfor jquery fullcalendar, how do i achieve this ?Nothing easier than that. If you check the documentat
I am using a php/MySQL driven event feed to JSON.I am also trying to use greek html entities (i.e. &Gamma-with the semicolon) in the title for the event.Because FullCalendar will not let me see al
I\'m using 3 views in my calendar: month, agendaWeek, and agendaDay. After I add an event, I call refetchEvents to dis开发者_高级运维play the new event. If I add an event from agendaWeek or agendaDay,
Hi I\'m using fullcalendar, jQuery and CakePHP. When using the clientEvents function I get all of the calendar events in an array of objects. I then pass that array to an action via jQuery\'s $.ajax o