-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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?
>>> More