fullcalendar

Changing the onClick area when adding an event

Is there anyway to change what a user clicks on to add an event? Right now the entire day is clickable. This becomes an issue when the user needs to put focus back on that window, requiring a mouse click. If they click on the calendar, which takes up most of the page, then they launch the "Add Event" function. Is there a way to have a P...

In the FullCalendar dayClick event, can I get the events that already exist in clicked date?

In the FullCalendar dayClick event, can I get the events that already exist in clicked date? http://arshaw.com/fullcalendar/docs/mouse/dayClick/ Let me explain a little about my project I'm writing a simple php site that allow user to add/edit event on calendar. Only single event can add to a date. If user click on empty date, New...

adding a click event to fullcalendar

How can I add a click event on the event and pass the day and event time as url variable to another page. Like when user click in the event I want to pass the date and event time to another page for processing. Any idea are welcome. Thanks ...

Any way to colorize specific days in FullCalendar?

Using FullCalendar, is there any way I can programmatically colorize specific days differently than the rest of the days? For example, in the "month" or "week" views, I'd like to colorize days with no events on them "red", and days with some events (but not yet a full schedule) "yellow". Days with a full schedule would be colorized norma...

Null date reference when passing json to MVC Controller

I am building an event system that posts data to a google calendar. I am using jquery 1.4.2, fullcalendar 1.4.5, and asp.net MVC 2. I am using a jquery ui modal dialog for the entry system. Jquery ui datepicker for the from and to fields. Select boxes for the time fields. I have tried both string and DateTime formats in the GCalEvent Cl...

bind event after fullCalendar has been created

Is there a way to bind event after fullCalendar has been created? Something like: jQuery( '#calendar' ).bind( 'dayClick', function( date, allDay, jsEvent, view ){} ); ...

Jquery Fullcalendar shows event in week on wrong (first) day. Dayview and month are ok

Month view is perfect. Day view is fine too! But switching to week-view shows event on the first day of the week. Changing columnFormat, timeFormat or firstDay does not fix problem. ...

How to handle dblClick event on Fullcalendar daySlot?

Hi, I know its possible to receive a dayClick event on Fullcalendar. But I would like to manage just the double click event. Is this possible? Thanks in advance! Best regards PH ...

fullCalendar Font size

Hi, I am having issues setting the calendar font sizes to be smaller. I have changed setting a container div font size, no effect. I have also changed the fullCalender.css font from 1em to 0.5em and to a px size but the calendar text stays the same. Is there anything obvious I am missing, sorry to post if this is very obvious but I hav...

fullcalendar, how to limit the number of events per day in the month view

I have many events on a day, and it works as expected but now looking at the month view, my calendar grid is much taller that expected. I'd like to hide some of these events from the month view, like a summary with a visual que that there are more on this day than can be shown. I can use eventRender and return false, but i would like t...

Fullcalendar refetchEvents probem

Hi guys, I have the following problem. Sometimes the refetchEvents method works well but sometimes works bad (Slow fetchs). For example sometimes I have to do double click in my button for call this method for render the events correctly from my database. So my calendar is not updated correctly when I add a new event. Do you have the s...

Fullcalendar tieing into my database

I am trying to figure out this fullcalendar and how to get events from database. I am using asp .net I am using a webservice that has something like this. I am just trying to put a test record first then I will tie it to the database once i get it working. Any help would be greatly appreciated! Thanks alot! Just trying to figure out ...

Rename "Event" object in jQuery FullCalendar plug-in

GREAT PLUGIN!!! BUT... choice of word "Event" to mean a "calendar entry" was particularly unfortunate This is a wonderfully well-written plug in, and I've really impressed people here at work with what this thing can do. The documentation is astonishingly thorough and clear. Congratulations to Adam! HOWEVER, this plug-in refers to ent...

External event to Fullcalendar

I need to create a dinamic page with a Fullcalendar plugin. I want to drag event (div) to calendar from a sidebar. Any idea to do this with Fullcalendar or with other plugin ? Any example ? I found this link http://github.com/arshaw/fullcalendar/tree/fcdraggable, but don't work fine and it has some bug. ...

jquery fullcalendar - viewDisplay to pass selected month to events (reload events per month)

Hi, How can I pass the selected month from viewDisplay to the events function (which is a php call to the DB to load the events)? Only events for one month should get loaded at a time, but I'm afraid of what might happen if the user decides to click 'next' multiple times really quickly... My other option is to load 6 months forward and ...

jQuery fullcalendar custom event

Hi, I was wondering how to apply a custom render to a event... I want to be able to prepend the "patient" name of a practice agenda... eventRender: function(event, element) { console.log(element[0]); } This currently shows the HTML output in the console, but I don't know how can I access it (in a pretty jQuery manner) i...

Boxy Submit Form

I am using the boxy jQuery plugin in my page to display a form on a clickEvent for the fullCalendar plugin. It is working all right , the only problem I have is that the form in boxy brings up the confirmation dialog the first time the dialog is opened and when the user clicks "Ok" it submits the form a second time which generates 2 even...

How to remove a single event in a recuring event

hi all. I' m having an issue with fullCalendar. I created a script that, adds an event to fullCalendar, along a day range, and set a unique id in order to have this event recur. let say for example that i have a recuring event from 1/1/10 till 10/1/10. i create 10 single event Objects with the same id, and place then on fullCalendar. ...

FullCalendar Events: Confused how to enable resizing.

I'm using the FullCalendar plugin, and am very pleased with it, however I can't figure out how to enable resizing. I looked at the source of the calendar on the main FullCalendar page, and my code is no different save that I get my events from a source rather than explicitly define them. What am I missing? $('#schedule').fullCalendar(...

Jquery Issue with full calendar and mega menu

Hi Can anyone say why this megamenu isnt working when i hover categories menu on this page? it works on other pages, but in this page its not because of fullcalendar?? http://gunwebstaging.com.mytempweb.com/Calendar.aspx ...