fullcalendar

Can't get fullCalendar to display google calendar events

Hi - I'm very new to JQuery etc. I'm trying to set up fullCalendar to display my Google calendar events. I followed the instructions from Adam Shaw's site but although the calendar appears on the site, the events don't - it's just blank. I'm sure it's just me marking the code up wrong: $(document).ready(function() { // page is now rea...

I need add new event object with "dayClick" in fullcalendar

Hi, I need to know how to add a new event with "dayClick" to the calendar because I am going to use it to manage my holidays.I'm using java + javascript to develop the application. Thank you. ...

Adding new events by dragging from elemensts on the page

Howdy I have some draggable div tags (using jquery) on my page, and would like to be able to drag that tag onto a day in the calander, and add a new event. Any hints? ...

FullCalendar JSON Event Source Problem

Hi All, I have this problem of my FullCalendar not showing any events on IE or Mozilla. It works well with Chrome though. I have a JSON source generated by the following php code: $handle = opendir('./stat_files'); while (false !== ($file = readdir($handle))) { $filenames[] = $file; } unset($filenames[0]); unset($filenames[1]);...

Saving array of objects with jQuery AJAX and PHP?

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 of type post. But when I inspect the post data I get something like: Array ( [undefined] => undefined ) What seems to be the problem? ...

Prevent overlapping events in jQuery FullCalendar?

Hi is there a way to prevent overlapping events in jQuery FullCalendar? Thanks in advance! ...

FullCalendar/JSON event feed problem

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 all the processies in firebug I can't see exactly what is going on but it will not render the , etc. I have tried all the combinations I can...

eventClick with lightBox?

How I can open lightBox in eventClick, I need init a lightBox whe I click in a event. Thanks!! ...

Refetch events when switching fullcalendar views

I'm using 3 views in my calendar: month, agendaWeek, and agendaDay. After I add an event, I call refetchEvents to display the new event. If I add an event from agendaWeek or agendaDay, the refetch will of course grab the events for the week or day. If I then switch to the month view, I only have the events for the week or the day. I've ...

Jquery Full calendar and dynamic event colors

Hi, I would like to to pass the colors for the events through my json events source for jquery fullcalendar, how do i achieve this ? ...

jQuery FullCalendar JSON date issue

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 and followed this post. I am returning JSON to the FullCalendar and the events are getting bound, but they all show up as all day events....

FullCalendar with ThickBox

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 details to open into a ThickBox window. Any idea how to get them to work together? ...

jquery full calendar

hello everybody. I am new to fullCalendar and i do not kno how to use gotoDate method. What i have is a tabbed page with 12 tabs (every tab is a month of the year). What i need is when i load jquery calendar, foreach tab, the calendar to switch to the month that is assigned. (e.g when i click and load page for January the calendar shows...

Populating FullCalendar events from MVC

I've having difficulty in populating FullCalendar from MVC and would like a little assistance on the matter please. I have the following code for my controller: Function GetEvents(ByVal [start] As Double, ByVal [end] As Double) As JsonResult Dim sqlConnection As New SqlClient.SqlConnection sqlConnection.ConnectionString = ...

Disable Days in Jquery FullCalendar

I'm using FullCalendar as a large date picker with added features, and need to disable all Sundays and various other days throughout the year. Jquery UI date picker allows you to create methods for disabling dates. Is there a similar setup for FullCalendar? ...

jQuery FullCalendar - trying to add event and display on calendar failed

Hi all: I am trying to work out how to use Adam Shaw's brilliant jQuery plugin - FullCalendar to add an event on our project : online balloon ordering page under development Basically, if you click on "step1" and choose "pickup in shop" , the page will bring you to the calendar view, where you could click on the upper-right corner at ...

How do I parse a UTC date format string to local date time?

I'm currently using the jQuery fullcalendar plugin but I've came across an issue regarding daylight savings time in Britain. After the daylight savings take effect the hours are being displayed an hour out of phase. The problem appears to be with the plugins parsing function. Can someone please provide me with the funciton to parse a U...

jquery fullcalendar and week calendar

How to get week calendar add event function in fullcalendar? ...

fullCalendar json with php in "agendaWeek"

<link rel='stylesheet' type='text/css' href='fullcalendar/redmond/theme.css' /> <link rel='stylesheet' type='text/css' href='fullcalendar/fullcalendar.css' /> <script type='text/javascript' src='fullcalendar/jquery/jquery.js'></script> <script type='text/javascript' src='fullcalendar/jquery/ui.core.js'></script> <script type='text/javasc...

fullcalendar colored same td?

Hello Is possible change background-color on same td in fullcalendar? for example: I like have blue beckground at Mo 10:00-14:00 and green beckground at Tu 9:30-11:30. I visit: http://code.google.com/p/fullcalendar/issues/detail?id=144&amp;colspec=ID%20Type%20Status%20Milestone%20Summary%20Stars But it is possible now and how? P.S:...