My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 805: More events icon, Filter Calendar, Set options after intialized.
2 people starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Feb 2011


Sign in to add a comment
 
Reported by choboJ...@gmail.com, Jan 22, 2011
Hi

I have 3 feature requests.

1. A more events icon. With calendars like google calendar if you have more events then the cell can handle it will make a link an say +5 more. If you click on it will show all the events. 

I feel this is better than the current system as if you have one cell with 50 event in it. It will make all the cells in the entire week look like that. The other weeks will look normal. So in my opinion it looks pretty ugly.


2. A an option for sending like json parameters to the server for json feed(or maybe a special feed that allows you to dynamically change it's parameters) would be nice. It kinda sucks doing it through a query string.

It also kinda sucks is if you want to make your calendar filterable you have to do something like this

$('#calendar').fullCalendar('removeEventSource', "Calendar/GetDates");
$('#calendar').fullCalendar('addEventSource', "Calendar/GetDatesSearch?term=8");

To make it worse is if you put this in a click event it would keep adding "AddEventSource" so if you clicked on that link 50 times that contained this code you would have 50 hits on the server. No checking is done to see if that feed is hooked up already.

3. Finally I find it weird that if I want to add and remove a source or do almost anything once a calendar has been initialized I have to do

$('#calendar').fullCalendar('removeEventSource', "Calendar/GetDates");
$('#calendar').fullCalendar('addEventSource', "Calendar/GetDatesSearch?term=8");

If I do this

 $('#calendar').fullCalender(
    {
        addEventSource: "Calendar/GetDatesSearch?term=8",
        removeEventSource, "Calendar/GetDates"
    }); 

It think I am making a new calendar and I end up with 2 calendars on the page.

I am so far very impressed with full calendar and look forward to seeing it improve!

for each option I want to set.

Jan 25, 2011
Project Member #1 althaus.it
For 1) see  issue #304 
Feb 13, 2011
Project Member #2 adamrs...@gmail.com

for 2a) if i understand you correctly, then  issue 386  will help you when it's done

for 2b) maybe. it is up to you to make sure you aren't adding it twice

for 3) that form is just how you call methods. in future version, i'm planning on making it easier to call methods, so watch out for that.

next time please break up your feature requests into separate request. thanks
Status: Done
Feb 13, 2011
#3 choboJ...@gmail.com
Cool. I look forward to seeing the new version. You have an eta on a new version?
Sign in to add a comment

Powered by Google Project Hosting