I\'ve implemented a JSON and an RSS feed into FullCalendar [only currently pulling events from开发者_Go百科 JSON]. Using CodeIgniter I\'ve created my JSON using the following code
I\'m using fullcalendar to show different dates of different tours as an event. At some point people have the choice of joining a different tour, because the location of the event is overlapping for s
Is there a way to limit viewDisplay event t开发者_JAVA百科o be triggered only when the view (day, week, month) is changed and not when next/previous/today is clicked?Ahh yes- I thought i was the only
I\'m new to FullCalendar. In my project, I need to show Calendar with time range and allocated participants for each training center for each day.
I have setup fullcalendar to load a number of google calendar events but was wondering if there is any way to load the description or other data from the event other than the title and times?
I noticed if you setup an event source(ie you going to be doing AJAX requests to the server) and start clicking next month rapidly it will fire off a request for each month. So if I click rapidly to g
I\'m doing it wrong somehow.I\'m getting tripped up on timezones with Fullcalendar.I\'ve tried setting ignoreTimezone to true and false, but it doesn\'t seem to matter.It\'s in the code below in two p
I\'m using Fullcalendar and when I click on the prev or next buttons, on the header, I want to get the month. How can I do th开发者_Python百科at?Use events like this:
From firebug: >>> jQuery.fullCalendar.parseISO8601(\"2011-04-18T17:00:00Z\").getUTCHours() 22 Shouldn\'t the result be 17?
I am using asp.net mvc 3 and jquery 1.5.2 with jquery full calendar 1.5.1 I have this $(\'#calendar\').fullCalendar ({