My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 199: Multi-Month View
47 people starred this issue and may be notified of changes. Back to list
Status:  ExportedToGithub
Owner:  ----
Closed:  Aug 2015


Sign in to add a comment
 
Reported by garif...@gmail.com, Nov 19, 2009
Please provide any additional information below.

I'm using the calendar to schedule videos for publishing online. I usually have 
content for up to two to three months. 

How can I display three months at the same time so I can drag videos from 
one month to the next if neccesary?
Nov 27, 2009
Project Member #1 adamrs...@gmail.com
 Issue 132  has been merged into this issue.
Nov 27, 2009
Project Member #2 adamrs...@gmail.com
this is currently not possible with fullcalendar, but might make it so in the future
(maybe through an add-on)
Summary: Display mutliple months at a time
Labels: -Type-Defect -Priority-Medium Type-Enhancement
Dec 30, 2009
Project Member #3 adamrs...@gmail.com
 Issue 265  has been merged into this issue.
Jan 19, 2010
Project Member #4 adamrs...@gmail.com
 Issue 264  has been merged into this issue.
Feb 5, 2010
#5 oldKing...@gmail.com
There is one way to do this. Call any time you want the script by this:

<div id="calendar0"></div>
<div id="calendar1"></div>
<div id="calendar2"></div>

and modify

$('#calendar').fullCalendar(
{
...
}

by

$('#calendar0').fullCalendar(
{
...
};
$('#calendar1').fullCalendar(
{
...
}
etc..

Works great, and you can display any month you need to.
Feb 5, 2010
#6 vytautas...@gmail.com
Hi.

Yes, that's an option. But out of the box, you get n-requests, where n is count of
your calendars.

One way to solve this would be to aggregate those calls into one function in
javascript, and then parse the callback and feed those calendars separately.
Apr 26, 2010
Project Member #7 adamrs...@gmail.com
 Issue 376  has been merged into this issue.
Apr 26, 2010
Project Member #8 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Year View / Display mutliple months at a time
Apr 27, 2010
Project Member #9 adamrs...@gmail.com
 Issue 457  has been merged into this issue.
Apr 29, 2010
#10 urkle0
The biggest issue with implementing this is Screen real-estate.  Thought needs to go
into how to crap a years worth of data (or multiple months) into a tighter space.
Once that is figured out, it should be relatively easy to add a new "view" to
fullCalendar.
Jun 14, 2010
Project Member #11 adamrs...@gmail.com
 Issue 502  has been merged into this issue.
Jun 14, 2010
Project Member #12 adamrs...@gmail.com
 Issue 474  has been merged into this issue.
Oct 7, 2010
Project Member #13 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Maybe
Oct 7, 2010
Project Member #14 adamrs...@gmail.com
 Issue 655  has been merged into this issue.
Oct 7, 2010
#15 garif...@gmail.com
thank you for your responses guys. I'll probably try some of these suggestions.
Oct 8, 2010
Project Member #16 adamrs...@gmail.com
 Issue 663  has been merged into this issue.
Oct 28, 2010
#17 sunb...@gmail.com
This is a "must have" for a calendar.. It doesnt need to display info about all the events, just a color on the whole day; if there is an event attached to that day would be good enough.. Maybe, if its a multiday, multiweek event, it can display some text, but no biggie..
Nov 21, 2010
Project Member #18 adamrs...@gmail.com
 Issue 715  has been merged into this issue.
Dec 1, 2010
#19 frode.fu...@gmail.com
A new view, that display a full year should be developed, rather than mockups of multiple month views glued together. I agree with sunberg, it's a "must have"/".

One note, keep it simple.
Dec 31, 2010
#20 itsyst...@trinityconferences.co.uk
I also agree with sunberg; having a year view that just displayed a tight 12 month calendar with a classable marker to say that an event exists on a date is one of the few things missing.

The ability to click on the date and either jump to an alternative specified (via a property) view or fire an event that you could complete yourself would be perfect.

Keep up the good work.


Jan 1, 2011
Project Member #21 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Year View / Display multiple months at a time
Jan 30, 2011
#22 rozni...@gmail.com
Year view would be great. Just look in Google lab - they have year view for Calendar. It is table of 3 rows with 4 columns each month in a cell with days as simple numbers.
Feb 15, 2011
#23 victor.a...@gmail.com
Hi,
  i want display the image on full calender 

I'm using the calendar,i have a file in data base when i login the page that file will be load to a perticuler date on calender (that i add as a event to a date).
my issue is when move that perticuler date then i want display the image (if file is exist in databse else no image) how to change the javascript ........
please help me....
Thank You....
Feb 15, 2011
#24 urkle0
Victor, this isn't a support forum, try posting on http://stackoverflow.com/questions/tagged/fullcalendar for help on using fullcalendar
Mar 7, 2011
#25 trace...@gmail.com
This would be a great addition to the full calendar. I do have a requirement on my current project so if I make any modifications I will be sure to share. 

Cheers!
Mar 9, 2011
#26 bruffri...@gmail.com
A year view/quarter view is something that my current customer would like.
Mar 24, 2011
Project Member #27 adamrs...@gmail.com
 Issue 839  has been merged into this issue.
Apr 2, 2011
Project Member #28 adamrs...@gmail.com
just to make sure we are all on the same page, this feature request is for a view with multiple FULL-SIZED months.

kebin created a new view in  issue 871  that is a "year view" or sorts, but it contains 12 mini-calendars. should check it out if you are interested.
Summary: Multi-Month View
Nov 8, 2011
#29 nerkena...@gmail.com
A multiple month view would be possible.. but only in terms of quickly jumping to the focus month.  In terms of the UI for this. I would consider something like the attachment.


yearview.png
144 KB   View   Download
Nov 10, 2011
#30 dalibor....@gmail.com
The year view from  Issue 871  works great, I'm using it and it provides full UI that is expected from year view. Why not consider merge it into mainline?
Jul 4, 2012
#31 dave.mil...@gmail.com
Great addition. However, when I use it the eventRender approach at http://stackoverflow.com/questions/3366654/update-an-event-by-dropping-an-external-event for making an event droppable no longer works and I haven't been able to reconcile. Any suggestions?
Aug 13, 2013
Project Member #32 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Discussing
Labels: -Type-Enhancement Type-Feature
Aug 18, 2013
Project Member #33 adamrs...@gmail.com
 Issue 1592  has been merged into this issue.
Aug 21, 2013
Project Member #34 adamrs...@gmail.com
 Issue 1677  has been merged into this issue.
Aug 21, 2013
Project Member #35 adamrs...@gmail.com
 Issue 1677  has been merged into this issue.
Aug 23, 2013
Project Member #36 adamrs...@gmail.com
 Issue 1724  has been merged into this issue.
Oct 28, 2013
#37 z.ham...@gmail.com
I do the separate div with individual calendars for each of the respective months.  IMHO, this is wholly inefficient.  My customer has "events" that run multi-week or even multi-month.  I only show a quarter at a time from the first month in the events and can page thru quarters at a time or display full timeline.
It would be great to just have the events across months feed into the js and it builds the quarters (or years) accordingly.  
Aug 8, 2014
#41 Cannon...@googlemail.com
I have tweaked the fullcalendar 2.0 to allow for more months in the month view. It's set to show the months as one continuous set of dates. I don't know if this will help anyone here and I've not tested it with dragging and dropping events. I just wanted to be able to see a month or two months or three etc so I tweeked the code and added some hooks to specify the period to view. I've attached it here to replace fullcalendar.js with fullcalendar-cc.js. options can then be added:

cc_monthPrev: 1,
cc_monthNext: 0,

cc_monthPrev: 1, starts the calendar from a month previous etc. It also works in conjunction with defaultView. It's only basic as well so it adds five rows to the calendar per extra month, this will probably be one too many rows for most months but just right for about 2 months out of the year and could therefore be better worked out. I might do that one day. Anyway as I said it's not fully tested but works for my requirements. 
fullcalendar-cc.js.zip
46.7 KB   Download
Aug 12, 2014
#42 van.wijg...@mdxs.net
My JSFiddle at http://jsfiddle.net/wijgerden/W77vt/ shows two months on one page, using FullCalendar v2.0.2 as-is; synchronised using `viewRender` such that the user can use the previous, next, and today buttons.

As mentioned above (see https://code.google.com/p/fullcalendar/issues/detail?id=199#c6) this approach probably would produce n-requests for events, where n is the count of your calendars. See comment #6 for suggested work-arounds.
Oct 11, 2014
#43 tp-t...@adfc-tour.de
The extension of Cannon worked for me very nicely.
I only had to adapt the range of calendar items fetched from the database. 
(I did this server-side.)

Unfortunately I did not manage to port the changes to the newest fullcalendar release 2.1.
I would really appreciate if this function could be added to the official release!
Aug 21, 2015
Project Member #44 adamrs...@gmail.com
Discussion for this issue has moved to the following URL:
https://github.com/fullcalendar/fullcalendar/issues/470

This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event.

Happy coding,
Adam
Status: ExportedToGithub
Sign in to add a comment

Powered by Google Project Hosting