fullcalendar

FullCalendar one hour ahead

Hello. 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. Can it be something with day light savings? I am pretty clueless. The dates from the database is correct, but once they are converte...

fullcalendar - Mulitple user view

how to display multiple user events in a single page in fullcalendar group by user name? ...

FullCalendar limit number of events and have a MORE link

I have seen that there has been a request to add a MORE link, to the calendar and limit the number of events. Is this done yet? Or has anyone implemented there own work around, that they can share? If so please post your code. ...

How to get the JSON Response so i can alert() for debugging

Title says all, i need to JSON response string / object for debugging purposes. How can i get it ? ...

Alternative to fullcalendar?

Fullcalendar looks great. Do you know of any alternatives to it for comparisons? Looking for Open source Ability to visually drag (change start time) and extend (change duration) of events. ...

fullcalendar is not excluding categories

This is the code on my page {events_calendar; categories="ladies-1st-xi-fixtures"; exclude="ladies-2nd-xi-fixtures"; height=600; header->left="prev"; header->center="today, title"; header->right="next"; weekends=false} however the category ladies-2nd-xi-fixtures is still showing in the full calendar!! Any suggestions? Thanks ...

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 the details of the event. On the bottom of the form there should be an edit button, that will close the dialog box down and open a new one w...

FullCalendar to load external file inside jQuery UI modal dialog box

So I am trying to use FullCalendar and jQuery UI dialog box. And i'm not sure to sure how to go about placing the 2 together very well. When I select or click on an empty day event, I want the jQuery Modal Dialog Box to pop up. ALTHOUGH I would like to have it load an internal file (php include). But the downfall with this is that I can...

FullCalendar - how to disable prev button

How do you disable the prev button when the previous month is less than the current month? For instance, if the current month is August, then I want to disable the prev month button so that you cannot see the month of July. ...

Is there a way to implement a Fullcalendar on separate pages with each page's calendar showing specified category events?

Is there a way to implement a Fullcalendar on separate pages with each page's calendar showing specified category events? I've tried to do this using exclude but it is still showing all events in all categories on each page. Please help! ...

Load event object by id

This is regarding jquery FullCalendar. I want to access an event object loaded into the calendar by its id. So someone clicks, I trap it and get the id of an event within the calendar and I wish to load get that particular eventObject. I think this should be simple, but I can't find a way to do it. ...

Jquery Fullcalendar (arshaw's) events un-editable

hi all I have tried some code for fetching events from C# application to my fullcalendar plugin interface. The code is posted below. Code explanation: DefaultAdmin is the main page where calendar is located. It calls eventsList.aspx to fetch events data in json format. A value object called CalendarDTO.cs is also used. Problem: When...

Drag and drop between multiple FullCalendars?

Hello! Is there a way to render multiple months using FullCalendar, and enable users to drag an item/event from one month to another? I'd like to drag a scheduled event from, say, June into, say July (or August, etc) I'm trying to see if this can be done by putting multiple calendars on a single page, and enabling drag-and-drop betwee...

Fullcalendar in a new window and adding variables

First great calendar! It's going to save me a lot of time and headaches. I have a couple questions I am populating my calendar using AJAX- and it's working fine.. MySQL gets queried sends back nice JSON-- and et voila-- populates my calendar. The events on my calendar are events logged in by different users (all authentication and asso...

change past dates background into gray

I checked the event rendering colors but am not particularly sure on where i can set this given the sample code. http://arshaw.com/fullcalendar/docs/event_rendering/Colors/ After adding this into CSS. Where shall I call the .holiday to make it gray or green for that matter? Would really appreciate your help. Thank you! ...

FullCalendar and WCF

I've been trying to get data from a wcf service and into the fullcalendar control. However, ive had no luck and wondered what i was doing wrong. jscript : $('#calendar').fullCalendar({ header: { left: 'prev,next today', center: 'title', right: 'month,basicWeek,basicDay' }, e...

How to catch event data on click event in fullcalender using asp.net mvc

I am using fullCalendar and I'm able to populate the calendar with events very easily. And I undertsand the best way to add events to the calendar is through the database. What I need now is to catch and populate an edit event form after the user clicks an event. How would I do this when I am using asp.net mvc 2? ...

Fullcalendar Add Event

Hey, I need to switch from jquery weekcalendar to fullcalendar and I am having troubles with understanding of adding new events. In weekcalendar its easy, I trigger the addEvent functions, open the dialog box and there I have my form and save everything ok with ajax. I also have a selectbox where are all times from the settings of first ...

Jquery FullCalendar recurring dates. Is it possible?

Hello everyone, I am using ARSHAW's fullCalendar in one my projects and would like to plot recurring dates, once the user clicks on a date. When a date is selected, I would like to plot next date 10 days after. So if user clicks on Sept. 1, 2010: Date#2: Sept. 11, 2010 Date#3: Sept. 21, 2010 Date#4: Oct. 02, 2010 The way I would like...

Time Range on a week and day view

Dear Sirs, Very sorry about this!! The product I am talking about is Adam Shaws Plugin Fullcalendar I am really pleased with this product. However I am not a code expert. I am using this calendar to display bookings. However the time rows display form 12 am onwards. Realistically I only need to show the table of entries from 8am to 10....