Fullcalendar is a jQuery plugin developed by Adam Shaw that loads events by AJAX (as well as other methods) and presents them in a fully customizable calendar/agenda display.
59
votes
2answers
3k views
Adding a Resource View/Gannt chart to jQuery Fullcalendar
I am using jQuery Fullcalendar and if you're not using it I suggest you do too because it is absolutely fantastic at what it does!
However to be really useful to me and my project (and many others) I ...
11
votes
3answers
4k views
Best Way to Extend a jQuery Plugin
I'm a fairly new jQuery user looking to extend an existing jQuery plugin that does about 75% of what I need. I've tried to do my homework on this. I've checked out the following questions on ...
11
votes
5answers
7k views
scheduler like google calendar in MVC
I am trying to integrate a calendar plugin like google calendar with custom database and code with asp.net MVC in C#.
It needs to handle Day/Week/Month Events in the Calendar as like google calendar. ...
9
votes
2answers
345 views
fullcalendar several issues
Hello,
I am using fullcalendar v1.5.2 (only month view ) for property booking website , its a great plugin but i stuck in few problems, I have seen similar issues on google code , but there is nothing ...
7
votes
3answers
1k views
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 ...
6
votes
2answers
928 views
jQuery.Load() not triggering Request.IsAjaxRequest in ASP.NET MVC2
I'm using the Jquery full calendar plugin, and i want to be able to click on an event and the details of the event to be populated via AJAX into a div with the id of #details.
here is my controller ...
6
votes
2answers
14k views
Sample for Full Calendar in jquery [closed]
I am trying to integrate the jquery Full Calendar (http://arshaw.com/fullcalendar/) in my asp.net mvc application.
I need to use this full calendar to add/edit/delete/show the events using the sql ...
5
votes
4answers
6k views
Jquery Full calendar and dynamic event colors
I would like to to pass the colors for the events through my json events source for jquery fullcalendar, how do i achieve this ?
5
votes
9answers
13k views
Integrating jQuery fullcalendar into PHP website
I would like to integrate the jQuery fullcalendar into my PHP website, but I don't know how to handle the event and how to use the JSON data from MySQL.
Any advice would be appreciated.
4
votes
1answer
219 views
How to set full calendar to a specific start date when it's initialized for the 1st time?
I would like to set the initial month to an arbitrary month when I call the function to display the calendar.
Say for example the user selects a date last june (June 2011) somewhere else and I want ...
4
votes
1answer
276 views
Fullcalendar - highlighting a day based on event selection
In fullcalendar you can select an event (which triggers) the eventClick function/callback. What I would like to do is highlight the day of the event when the event is clicked (in month view).
For ...
4
votes
2answers
652 views
Display 2 weeks in jQuery FullCalendar
Been looking around for a way to display only the current week and the next week in the month view for FullCalendar. So far it looks like it was suggested as a feature for an upcoming version, but in ...
4
votes
3answers
206 views
Events not displaying on page load
I'm using Fullcalendar called via json and something really weird is happening and this is killing me! Can't find a workaround for it.
I have my calender under a tab. When I click on that tab, the ...
4
votes
2answers
276 views
Any way to make time interval not clickable in fullcalendar?
I want time intervals, occupied by events, to be not clickable. If I just set event property editable to false, it does not help: I am still able to click near that event. Any way to make all the time ...
4
votes
3answers
2k views
JQuery full calendar, how to change view
I am using JQuery Full Calendar in my application, but I need slightly different view,
that is - in month view don't show tasks, just color days which have events associated to different color than ...
4
votes
1answer
317 views
IE7 not making JSON request for FullCalendar
I'm using fullCalendar with a JSON feed and as per usual it works fine in Firefox/Chrome/Safari but IE7 is not playing ball. It's not throwing any errors, it's simply not making the request to the ...
4
votes
2answers
1k views
unable to set dynamic data in jquery fullcalendar through ajax
can somebody tell me how to populate "jquery fullcalendar" events using ajax.
There is no setter method provided in fullcalendar to set ajax response (which is Json object) after calendar object ...
4
votes
3answers
2k views
Display more Text in fullcalendar
I like the fullcalendar JQuery-Plugin. At the moment i am looking for a solution to display more information in event.
For example in the DayView you see a event from 06:00 to 10:00. Now i want to ...
4
votes
1answer
552 views
event className not working
I am using fullcalendar from arshaw.com/fullcalendar for displaying events on a corporate intranet calendar. I had the className attribute working, made a couple changes to some code and now cannot ...
4
votes
6answers
6k views
Trigger jQuery Qtip on FullCalendar dayClick
I have a jquery fullcalendar. I would like to trigger jquery QTip (or other jquery solution (such as a lightbox)) when I click on a day to bring up a list of options. This question is similar to this ...
3
votes
1answer
70 views
FullCalendar just wont display JSON feed
sorry to post this but have been struggling now for 8 days and really hope someone can help as I am at the end. I have json.html & xxjson-events.php in same directory, both file content posted ...
3
votes
1answer
206 views
fullcalendar event start time
I want to show events using the JQuery fullcalendar plugin (version 1.5.2). The JSON data provided to this plugin is:
[{"start":"2011-10-10","end":"2011-10-11","title":"Electric ...
3
votes
1answer
265 views
FullCalendar with JSON feed loading slowly
I'm using FullCalendar to load events from custom post types on WP, through a JSON feed. It's working, but it's taking some time to load. Please check here: http://cea3.iscte.pt/en/agenda-3/ (june or ...
3
votes
2answers
501 views
How can I disable some dates range in a fullcalendar?
I want to disable days before and after dates range, anybody know how can I do that? (sorry for my english).
Hernan
3
votes
2answers
282 views
How can I display an event’s time alone (without the title) on a jQuery FullCalendar?
I am wondering if it's possible to just show the time reserved on the calendar, not the title of the event, using jQuery’s FullCalendar plug-in?
Thank you very much for your help!
3
votes
2answers
257 views
FullCalendar - What level of events rendering performance should I expect?
I am rendering 100 events in FullCalendar using $('#CalendarPlugin').fullCalendar('renderEvent', {} ); being called 100 times in a loop.
The browser performance I'm seeing on my computer (Core2 6600 ...
3
votes
2answers
377 views
Need to display event title before event time (fullcalendar)
I have events that contain both the event title and event time. However, I need to have 'fc-event-title' show up first in the event, before 'fc-event-time'. Right now it's the opposite. How would I go ...
3
votes
1answer
149 views
Events ending too early when 15 minute slotMinutes set in FullCalendar
I have basically done:
$(document).ready(function() {
$('#calendar').fullCalendar({
defaultView: 'agendaWeek',
firstDay:1,
allDaySlot:false,
axisFormat: ...
3
votes
1answer
246 views
Delay JSON Feed for jQuery Full Calendar
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 ...
3
votes
1answer
500 views
FullCalendar in jQuery tabs no loading initially via ajax
I am using my own custom function to populate events:
$('#calendar').fullCalendar({
events:getCalendarData
});
And I happen to have the calendar as one of my tabs using the jQuery tabs plugin ...
3
votes
1answer
1k views
Filtering events onclick with FullCalendar and the removeEvents method
I'm trying to use FullCalendar to display my events from a JSON feed. It's working fine with the following code:
$(document).ready(function() {
// Initialize calendar
$('#calendar').fullCalendar({ ...
3
votes
2answers
596 views
Adding an edit button to a JQuery UI dialog box, and loading in a new dialog
There must be a cleaner way to do what i'm trying to do here...
I have a jquery Ui dialog box that opens when i click on the eventClick handler in the FullCalendar plugin.
The dialog box contains ...
3
votes
3answers
369 views
FullCalendar one hour ahead
I am using a JQuery plugin to render a calendar (http://arshaw.com/fullcalendar/). Problem is that the dates are one hour ahead. I have tried looking into the files to find out where this happens.
...
3
votes
0answers
199 views
fullcalendar - display half-day event in the month view
How do you display a half-day event in the month view? For instance, I have an event that is 12 hours long. I would like the date cell for that event to only show a half bar. Is that possible? If so, ...
3
votes
1answer
411 views
Fullcalendar Displaying the end time of an event
how do i display the end time of an even in fullcalendar? My event is triggered right, but there is no end time displayed
This is an example event. Did i miss something?
title:'WM 2010 - 03.06.2010 - ...
3
votes
5answers
1k views
Return Json causes save file dialog in asp.net mvc
I'm integrating jquery fullcalendar into my application.
Here is the code i'm using:
in index.aspx:
<script type="text/javascript">
$(document).ready(function() {
...
3
votes
1answer
2k views
Adding nice colors to events in FullCalendar (jquery)
In my calendar I want to colour each event in a different colour. Is there currently a way to send to the full calendar, in the JSON it expects a value for a colour?
FullCalendar
3
votes
3answers
1k views
Prevent overlapping events in jQuery FullCalendar?
Hi is there a way to prevent overlapping events in jQuery FullCalendar?
Thanks in advance!
2
votes
1answer
47 views
Disable a certain cell in fullcalender
I am using a fullcalender in my portal, and I need to disable a certain cell where it will not be clickable anymore and the user can't create an event in that cell.
Plus I want to color the disabled ...
2
votes
1answer
52 views
How can I keep consistent sorting of events with different lengths in FullCalendar?
An image from the demo on the FullCalendar website may help:
Notice on the 10th "Long Event" is on top, but on the 11th it's not. How can these events be made consistent so they always appear in ...
2
votes
1answer
69 views
How do I get the resource id when dropping external event onto resourceWeek?
Building a crew scheduler calendar using FullCalendar. Everything is going good until I drop a job from the left onto a day and crew. I need to get the resource row that was selected at time of drop. ...
2
votes
1answer
143 views
how to make day value clickable in month view
Is there a way to make the day of the month value clickable in the month view like in Google Calendar?
I would like it so when a user clicks on a day in the month(just the day number, not the whole ...
2
votes
2answers
68 views
Optimizing / Caching Event Occurrences In Searchable Way
In my Ruby on Rails application I am building a calendar with Fullcalendar JQuery plugin for the views and using the Icecube gem to calculate event recurrence. I also use Thinking Sphinx for search.
...
2
votes
2answers
167 views
pass date to JSON feed
I am using the fullCalendar in a vb.net setting. I use a JSON feed contained within an aspx page to pass data to the calendar like this:
events: "JSONcalendarFeed.aspx"
I was wondering if there's ...
2
votes
1answer
115 views
fullCalendar: send type of view to server when fetching events
I want to show different amount of information in the calendar based on what view it is used in (day/week/month) -- so that time blocks be not too huge but convey as much info as possible. What is ...
2
votes
0answers
182 views
Fullcalendar not working in FF on a windows machine
I have a problem of dragging and dropping external elements to a calendar (Fullcalendar) on a windows machine. All works fine on a linux, mac machine. But does not save to the database on a windows ...
2
votes
1answer
76 views
How to dynamically instantiate fullcalendar on buttonclick
basically I want to show different fullcalendars in day-view next to each other. This is some sort of resource-compare-view. A user should be able to select the desired resources from a list on the ...
2
votes
1answer
137 views
How to refetch fullCalendar(jQuery plugin) from colorbox iframe?
My question is how to refetch events to fullCalendar from an iframe? The calendar is on the main page, and the user can edit the calender trough a colorbox popup (iframe). When the user saves the ...
2
votes
2answers
295 views
FullCalendar Date & Time Handling
I am using the FullCalendar script: http://arshaw.com/fullcalendar/
I am having trouble formatting the date/time of EVENTS on the calendar.
I need all the events date/time data to look like:
...
2
votes
1answer
247 views
Unloading/deleting or reusing already loaded javascript
I'm trying to load a jsp-file into a jQuery UI dialog http://jqueryui.com/demos/dialog/. The jsp contains a fullCalendar http://arshaw.com/fullcalendar/ calendar. The console calls for calLoader.jsp ...