My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 150: Resource View (horizontal)
167 people starred this issue.
Comments by non-members will not trigger notification emails to users who starred this issue.
Back to list
Status:  Released
Owner:  ----
Closed:  Aug 2015


Sign in to add a comment
 
Reported by gle...@gmail.com, Oct 28, 2009
This is an enhancement.

A nice addition to fullCalendar would be a gantt chart view.
This would allow to view events that span on multiple months easily.

Example:
http://www.daypilot.org/demo/Scheduler/

Nov 10, 2009
Project Member #1 adamrs...@gmail.com
agreed. would be useful, but dont think it should be part of the core. in an upcoming
release, i will provide a way for 3rd party developers to make new views of their
own. best i can do. thanks
Dec 20, 2009
Project Member #2 adamrs...@gmail.com
 Issue 246  has been merged into this issue.
Jan 19, 2010
Project Member #3 adamrs...@gmail.com
 Issue 277  has been merged into this issue.
Feb 1, 2010
#4 aristede...@gmail.com
Hi Adam

Do you have a timeline on when the pluggable approach might be ready? I'm looking for
a good gantt chart for an open source project and nothing very nice exists. Since you
already have a nice framework with callback events, json data feed parsing, etc it
would be great to leverage that work.

Do you have any suggestions for where to start hacking at fullcalendar in the
meantime? Do you think it will be easy enough for someone with jQuery skills but new
to fullcalendar?
Feb 5, 2010
Project Member #5 adamrs...@gmail.com
ari, this is pretty far off. would be a lot of work. have some other major features 
planning the meantime. giving it a shot couldn't hurt
Feb 6, 2010
#6 aristede...@gmail.com
So if I do decide to go down this route, would I be correct in saying that you aren't
interested in accepting this sort of feature as part of the core? In which case I'll
need to be prepared to have to maintain a fork indefinitely.
Feb 6, 2010
Project Member #7 adamrs...@gmail.com
ari, i would be interested in accepting this for inclusion in the official release.

"views" in fullcalendar are pretty modular. if you check out the source, it is a 
function attached to "$.fullCalendar.views" and it has to implement certain methods 
(like render, updateSize, and others).

the add-on architecture that i hope to release in 1.5 will make this more official and 
documented.

regardless, it is easy to put a new view in its own file w/o having to fork the 
fullcalendar core. in 1.5, i hope to actually extract the agenda views and put them in 
a different file. if you wanted to build a gantt chart view, assuming it was pretty 
good, i would include it as a first class citizen in the release, just like agenda 
view.
Labels: -Type-Defect -Priority-Medium Type-Enhancement
Feb 6, 2010
#8 aristede...@gmail.com
Thanks Adam, that's quite encouraging. Now you've thrown down the gauntlet, I'll have
to see if I can find the time to do a good job of this to match the quality and
flexibility of your existing code.

I can't promise I can find enough time away from paid work or real life™, but I'll do
some digging in your code. Thanks.
Feb 7, 2010
Project Member #9 adamrs...@gmail.com
ok cool. the existing month view will probably have a lot in common. please don't feel 
obligated at all though, i know what its like to have a day job and other things to 
worry about
Mar 31, 2010
#10 delatorr...@gmail.com
This is something I need for my project, a timeline view for resource planning. The
extensible view method is a perfect way to go! 

For some ideas on UI approaches this component has some nice vies:

http://ext-scheduler.com/examples.html
Apr 8, 2010
#11 witi...@gmail.com
Hi,

I think this issue may be one of most popular :). I need gantt chart possibility in 
fullendar also. So, if You need any help (e.x. financial support or any other that 
could speed up the process of development) I could try to provide.

Best regards, witiokz
Apr 13, 2010
#12 ramar...@gmail.com
Hi,

i fully second this feature request. I tried modifying the basicWeek view to see if i
could display more than 7 days, but at this time, i havent probing results.

Does anyone know how to work this out?

@Adam : are you nearing the 1.5 version?
Apr 26, 2010
Project Member #13 adamrs...@gmail.com
 Issue 425  has been merged into this issue.
Apr 26, 2010
Project Member #14 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Resource View / Gantt Chart View
Apr 26, 2010
Project Member #15 adamrs...@gmail.com
 Issue 445  has been merged into this issue.
Jun 8, 2010
#16 ramar...@gmail.com
Any news about this feature request?
Jun 16, 2010
Project Member #17 adamrs...@gmail.com
 Issue 523  has been merged into this issue.
Jun 27, 2010
#18 aristede...@gmail.com
Unfortunately the developer who I'd commissioned to work on this has given up without any results. I don't have the time available in the short term to pick this up, but I'm still keen on this functionality for my open source project I want to incorporate this into. ( http://github.com/ari/clockingit/ )

Sorry I haven't been able to deliver a result on this.
Jun 30, 2010
#19 milos.mi...@gmail.com
Does anyone know if something similar to http://www.daypilot.org/demo/Scheduler/ exists in Java or PHP?
(commercial is good as well)
Jul 1, 2010
#20 ramar...@gmail.com
Something similar in jQuery : http://plugins.jquery.com/project/ganttView
Jul 5, 2010
Project Member #21 adamrs...@gmail.com
 Issue 527  has been merged into this issue.
Jul 5, 2010
Project Member #22 adamrs...@gmail.com
 Issue 530  has been merged into this issue.
Oct 7, 2010
Project Member #23 adamrs...@gmail.com
(No comment was entered for this change.)
Status: MaybePlugin
Oct 7, 2010
Project Member #24 adamrs...@gmail.com
 Issue 647  has been merged into this issue.
Oct 7, 2010
#25 sebastie...@gmail.com
I would love this feature too. But I think it's important to keep it as generic as possible. Actually there are quite a few use cases for a "resource view", including Gantt chart but also visualizing the schedule of several persons at the same time, or visualizing the schedule of a conference with rooms as resources. That's why I would suggest that the feature remains simple and yet generic. For example, if you add a "resource" field to the event object and make it optional, then in any of the views (month, week, day, agendaWeek, agendaDay) if one of the events shown has the resource field set, you could show several columns, one for each resource. And then maybe have a "resources" option on the calendar itself to "force" the display of resources, but it seems less important to me.

What do you think?
Oct 23, 2010
#26 tdm...@gmail.com
Arghhh this feature is so important for my project, I really hope it comes soon. Please!!   :)
Dec 27, 2010
#27 bkaz...@gmail.com
I was able to extend the week views to as many days as i want.
however, it seems that the renderer is misbehaving in this, if i select any day other than the initial sevem days, the date on which it is dropped is correct, however, the renderer seems to be dropping the event in the first 7 days ignoring the fact that the other days exist.
I am still working around to solve this, i am new to Jquery and still a new user of the fullcalendar (which is great and congrats btw)

Jan 21, 2011
#28 tdm...@gmail.com
Here are some more calendars with these features:

http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml
http://www.web2cal.com/ajaxeventscalendar/calendar-demo/912-premium-demo/157-scheduler-view

I would much rather donate the money these people are charging for their calendars to Adam for developing this feature!!!

Thanks

Tim
Mar 21, 2011
#29 webzon...@gmail.com
Sorry, I didn't realize I added this same question to a closed issue. Did you have the chance of adding the add-on architecture to 1.5 to add tabs/views more easily? Could you please point me in the right direction? I've been waiting for months for the 1.5 release for this feature, and couldn't find it on the documentation.
Mar 22, 2011
#30 adis.asm...@gmail.com
Hi is this feature already implemented??
Apr 2, 2011
Project Member #31 adamrs...@gmail.com
I realize this feature might be mis-named, and that I should clarify things.

I have been calling this feature a "gantt" chart. However, a "gantt" chart tracks progress on certain tasks, and has a flowchart look with arrows and such. like so:
http://www.ext-scheduler.com/examples/basic/basic.html

A gantt chart it NOT what I intend to implement. I intend to implement something more aptly named "Resource View" and will look like:
http://www.ext-scheduler.com/examples/validation/validation.html

i think a "Resource View" is what most people want.

for those people needing a "Gantt" view, please open a new feature request. thanks!
Summary: Resource View
Apr 2, 2011
Project Member #32 adamrs...@gmail.com
 Issue 879  has been merged into this issue.
Apr 2, 2011
#33 nic.bour...@gmail.com
Will this resource view be available on a vertical day view as well?

Like this: http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml


Apr 2, 2011
Project Member #34 adamrs...@gmail.com
@nic,

i've made  issue 490  responsible for "vertical" resource view that has multiple columns per day
Summary: Resource View (horizontal)
May 9, 2011
#35 mark.cha...@gmail.com
This feature is very important to me.  I have lots of availability to work on it, but am something of a newbie at both javascript and jQuery (though I wrote a control like this in Delphi about 15 years ago, so I have some useful knowledge).  If there is any work in progress that anyone needs some low level help with I would be very keen to help.
Jun 9, 2011
#36 lestrima...@gmail.com
It is here only question of a resource view or still of a horizontal display of the calendar, with days and not resources in the left vertical axis ?
Jun 10, 2011
Project Member #37 althaus.it
@tiffmael...

See Adam's comment for details: https://code.google.com/p/fullcalendar/issues/detail?id=150#c31
Jun 10, 2011
#38 lestrima...@gmail.com
I have read it, and this is why I am asking.
Some issues asking for an horizontal display but not resource view nor gantt view (no progression flow) where merged to this one. Is it time to reopen these issues ?
Jul 20, 2011
#39 Erwan...@gmail.com
Hi there :)
Where are we on this feature ? The issue is marked as MaybePlugin, Adam says "I intend to implement" but no news until now.

So, I'm starting this ressource view plugin (work time thanks to my boss and maybe spare time)
(Ressource view like http://www.ext-scheduler.com/examples/validation/validation.html)

Let me know if there is any work in progress.





Jul 26, 2011
#40 Erwan...@gmail.com
Here is what I intend to implement. I have a "working" skeleton (all bones are not here :-D). Events render is a lot of work, and I'm in holidays in august so I intend to continue this on september.
Sélection_001.png
47.4 KB   View   Download
Jul 26, 2011
#41 mike.mu...@gmail.com
I was trying to work on this as well Erwan. I was thinking more of a vertical approach (as if the resources were days in the week view), because that's how my current app does it. Obviously you would be limited to how narrow you could make the resources to fit on a 1024 screen.

It would be nice if that parameter was configurable, either horizontal or vertically aligned resources.

The event rendering is sooooo confusing. I'm no novice at JS, but to jump into those thousands of lines of code is just intimidating and it's hard to get an idea of how the pieces fit together. If the source code file could be split into a few .js files that encompass major functionality - and then these were all combined into one minified javascript file at the end, I think it would make it a lot easier for developers to contribute to the project.
Jul 26, 2011
#42 Erwan...@gmail.com
I realy like the extjs view (http://www.ext-scheduler.com/examples/validation/validation.html)
and, as you say it, event rendering is hard to understand/implement. So, I can't put it configurable. See  issue 490  for vertical view :)

Both view are limited on a 1024 screen. But IMHO, a ressource has one thing at a time (maybe two with AllDay=true). In the extJS example, text is troncated if you resize an event. There's a lot of solutions :
 - put an horizontal scroll
 - decrease the number of day
 - Bubble on hover (I love bubble ! bubble everywhere !)
 - Fake time (event with 25-50-75-100% width (depending on event duration) and appropriate margin)
 - one above the other without resize
 - hum ... troncate the text

The more difficult for me after 2 days is the import/export method - I Never know where the function was defined.








Jul 27, 2011
#43 vneh...@gmail.com
I really like the way all the files are broken up into individual views in the new build, Thanks Adam !   
Mike, take a look at the src directory to find the files that you are looking for, the build works on a Mac also, yeah!
I am now looking at how to code a new view that lays out the way jquery.ganttview does. 
Jul 29, 2011
Project Member #44 althaus.it
>I think it would make it a lot easier for developers to contribute to the project.

https://github.com/arshaw/fullcalendar/tree/master/src :D
Aug 3, 2011
#46 vic...@victor.com.au
Out of interest, how are you guys going on this little project?
I'm looking to use an existing pluggin (http://plugins.jquery.com/project/ganttView) and adapt it to use hours & minutes (instead of just days), and then possibly as a view for fullcalendar.

Have you guys done much work on adapting any of the existing pluggins as yet?
Aug 18, 2011
#47 i...@truecommerce.co.uk
Hi Erwin,

How are you getting on with this and do you need some help? I am now in a position that I need this feature for a project and would like to help develop it along with some other features for fc. Do you have your code available to work on and a list of things you need doing?

Thanks

- Ian 
Sep 29, 2011
Project Member #48 adamrs...@gmail.com
 Issue 1081  has been merged into this issue.
Nov 29, 2011
#51 jarno.ku...@gmail.com
Here's my approach for this matter. It must be tested better, but at least it's a start:
https://github.com/jarnokurlin/fullcalendar/
demo can be found from here:
http://tux.fi/~jarnok/fullcalendar/demos/resourceView.html
Nov 29, 2011
#52 jarno.ku...@gmail.com
Next I'm gonna implement resourceDayView and after that I'm going to do a pull request and see if arshaw is interested.
Nov 29, 2011
#53 aaron.ri...@gmail.com
Looks really good Jarnon, great work!
Nov 30, 2011
#54 frede...@buelthoff.name
I support adding the work of Jarno to the project. I will probably be able to use it in a project for a client as soon as the resourceDayView is done. Great work so far!
Nov 30, 2011
#55 Erwan...@gmail.com
Sorry for my late reply (not Erw*i*n, just Erwan)
Jarno's work seems great ! Can't help right now, maybe next year... My code is not available to work on it, not showable (means dirty hack) ... sorry :)
Dec 1, 2011
#56 bkaz...@gmail.com
This looks amazing...can't wait to try it.
How about adding it to the project ?
Dec 11, 2011
#57 jarno.ku...@gmail.com
resourceDayView is now finished. It was harder to implement that I had imagined. 
NOTE: I did not tested any basic views in same calendar with resource views. I suppose, basic views works with same event data (resource views only requires resource ID in event data in addition to basic views), but I haven't tested it. My current project does not require any basic views, so I just need those three resource views in my calendar.

Anyway, code can be found here:
https://github.com/jarnokurlin/fullcalendar/

demo here:
http://tux.fi/~jarnok/fullcalendar/demos/resourceView.html

build here:
http://tux.fi/~jarnok/fullcalendar/fullcalendar-1.5.2_resource.zip

Next I'm going to create "4 weeks from this day" view, but before that I'm gonna test these three views better.
Dec 11, 2011
#58 albert.o...@gmail.com
this looks good.. nice work,,
Dec 11, 2011
#59 jarno.ku...@gmail.com
I also tested custom context menu via eventRender callback.. works great! 
Jan 13, 2012
#61 jarno.ku...@gmail.com
demo should be running at the same site as earlier (at least when I tested it)
Jan 17, 2012
#62 jaimepar...@gmail.com
jarno, how can i add a resource programatically?
Jan 17, 2012
#63 jarno.ku...@gmail.com
it's just simple JSON array, so you can just create it with any server side language you like. For example with PHH:

$resources = json_encode(
 array(
  array("name" => "Resourcename", "id" => "resourceID"),
  array("name" => "Resourcename2", "id" => "resourceID2")
 )
);

and then echo json array in fullcalendar javascript:
$('#calendar').fullCalendar({
			resources: $resources,
			events: [
				{
					title: 'Lunch 12-14',
					start: new Date(y, m, d, 12, 0),
					end: new Date(y, m, d, 14, 0),
					allDay: false,
					resource: 'resource1'
				}				
			],
});
Jan 17, 2012
#64 jarno.ku...@gmail.com
*PHP
Jan 17, 2012
#65 jaimepar...@gmail.com
thanks a lot, it's working. in addition i want to ask you if it's possible that the calendar display a range of dates and not just month / week / day ?
Jan 17, 2012
#66 jarno.ku...@gmail.com
well, it's pretty hard to implement that. Someone could do that, but I'm not going to :)
Jan 17, 2012
#67 amitav...@teleradtech.com
Excellent Jarno! I'll try to implement in my project and update how it goes. Really need a resource scheduler plugin and your's look great!
Jan 18, 2012
#68 amitav...@teleradtech.com
can I get the resources by ajax call like the Events using json url or I have to do outside?
resources: 'Calendar/GetResources',
events: 'Calendar/GetEvents'
Jan 24, 2012
#69 seasider...@gmail.com
This only works if your event starts on the hour or at half past the hour. Some of the event I was hoping to use it last 10 or 15 mins.
Jan 25, 2012
#70 mike.mu...@gmail.com
Hey jarno, great work on the resource view. You rock! I'm working on flipping the orientation so that resources run along the columns and time along the rows (don't need week or month view).

I had some technical questions about your implementation and I don't think this is the forum for that kind of thing. Any chance you could get in touch on github (colonelchlorine) or mike.murko@gmail.com?

I would be happy to release my results assuming I am successful.
Feb 6, 2012
#71 svee...@gmail.com
I use the fullcalendar now with some checkboxes for different eventSources and add them to the calendar with addEventSource and removeEventSource, are there also functions to add and remove the resources ? like addResourceSource and removeResourceSource ?
This would be an great option since I use this calendar with resources you can filter by checkboxes.
Feb 6, 2012
#72 svee...@gmail.com
In my last post I mentioned 2 functions but I mean ofcourse addResource and removeResource since there are the single presentation of the Events array of 1 resource.
Feb 15, 2012
#73 jaimepar...@gmail.com
jarno, actually in the calendar first row (with class fc-first fc-last) each column has the class "fc-id0..fc-id1" and so on. my question is if there exist a way to change that class for one like "fc-id2012/02/15..fc-id2012/02/16" . with this i want to mark the holidays for my country and display some indicator beside the day number
Feb 29, 2012
#74 mkirthik...@gmail.com
hello, I need to be able to get resources by making an ajax call like:

resources: 'Calendar/GetResources'
or
resources: '../handlers/GetResources.ashx'

Currently i am able to get my resources by:

 var res = $.ajax({
                type: "POST",
                url: "../handlers/GetResources.ashx",
                data: "{}",
                dataType: "json",
                contentType: "application/json; charset=utf-8",
                async: false,
                success: function (data) {
                }
            }).responseText; 

But i am unable to assign those to my resources in the calendar, like:
resources: res

How can i do it in an asp.net application?
Feb 29, 2012
#75 mkirthik...@gmail.com
I was able to get it working by doing

var resources = JSON.parse(res);

and then in the calendar

resources: resources,
May 3, 2012
#76 dprie...@gmail.com
Any progress on getting resource views in fullcalendar?  I like alot what jarnokurlin did http://tux.fi/~jarnok/fullcalendar/demos/resourceView.html
May 14, 2012
#77 ken.mame...@gmail.com
Would also like to see this implemented in the real version. Like Tim, I would also be willing to donate to get this feature implemented.

Best regards,
Ken.
May 14, 2012
#78 jarno.ku...@gmail.com
I think Adam Shaw will have to decide if this is going to be implemented in the real version. I can help with this, but I don't know if Adam likes my code (I had to make few simple modifications to core functions). Is Adam interested in implementing this to the core??
May 14, 2012
#79 stmdot...@gmail.com
Is anyone having the same issue as comment 69 with jarnokurlin's resource view? It seems that events will only be rendered in the resourceDay view if the minutes are inline with the slotMinutes opt. As an example, if slotMinutes is set to '15' then times with minute intervals of 15 will be accepted (0,15,30 etc) but any time with a interval outside of this (25) will throw a javascript error. Is this intended behavior or does anyone have a fix/work around?. Thanks, Steven.
May 14, 2012
#80 jarno.ku...@gmail.com
I believe it does not round the minutes (and i didn't tested it with times between slots). I'll create a fix for you during this week.
May 17, 2012
#81 jarno.ku...@gmail.com
I created a fix which rounds event start and end times to the closest slot.
Check Lunch event:
http://tux.fi/~jarnok/fullcalendar/demos/resourceView.html


May 18, 2012
#82 mr.herin...@gmail.com
Hi Jarno,

I'm very interested by your work.
I notice that when i drag/drop a repeating event of one resource, as result, i have the others "repeating events" dropped in the same resource. Can you fix this issue because i want that each "repeating event" stay in his own resource after drag/drop of one repeating event in his own resource ?
May 18, 2012
#83 mr.herin...@gmail.com
For resource Month, is it possible to show 15 days by 15 days when i click on prev/next or today button ?

Best regards
May 18, 2012
#84 dprie...@gmail.com
Looks good!  Have you merged in changes from the latest fullcalendar?  Does it work with the lastest jquery & jquery-ui?  Thanks!
May 31, 2012
#85 mkirthik...@gmail.com
I am using the horizontal resource view by jarno.ku. How do i update the resource title?
I mean how can i refresh the resources? As of now once i initialize the calendar i cannot change it, unless i logout of the application and log back in.
I am looking for a method to remove and reload the resources.

Thank You
May 31, 2012
#86 jarno.ku...@gmail.com
Commen 82:
Yep that might be a bug. I haven't really used repeating events in my calendars :/
I will fix that...

Comment 83:
There's a new resource view called resourceNextWeeks which shows this week and N-weeks ahead. Week count can be modified by using numberOfWeek option. Default this is 4, but if you change it to 2, you'll have this week and next week in same view. Can you use this?

Comment 84:
not yet... and haven't tested it with latest jquery, but it should work? (the whole fullcalendar is basic javascript+basic jquery)

comment 85:
Resources are fetched when the fullcalendar is loaded. So the only way now is to reload the page. If you're using the calendar in some information screen, create a simple script which reloads the whole page once in a hour or something...

In the future, I will modify resources view so that you could give fullcalendar a URL where it fetches the resources. Also I will add reFetchResources method.. Then it matches events inputting and everyone will be happy. 


Jun 2, 2012
#87 jarno.ku...@gmail.com
mr. herin.. 
Repeating events are now working correctly. I upgraded resource views to newest Fullcalendar also. I created a page for my project and named it FullCalendar ResourceViews.

http://tux.fi/~jarnok/fullcalendar-resourceviews
Jul 16, 2012
#88 amitav...@gmail.com
Hi, I'm trying to integrate Drag and drop copy events with resource view. There are two scenario: 1. Drag an event from one date to another date within same resource; 2. Drag and drop an event from one Resource to another resource. In resource month view, how do I get resource ID from the source Event and resource ID from the target date if I'm dropping to a different resource. Hope I'm clear. Thanks!
Jul 16, 2012
#89 bostjan....@gmail.com
Hi,

Event drop has an associated callback 'eventDrop': function( event,
dayDelta, minuteDelta, allDay, revertFunc, jsEvent, ui, view ) { }
 - 'view' gives you resource ID
 - 'event.id' gives you event ID

-- Bostjan
Jul 16, 2012
#90 amitav...@gmail.com
Thank you, that worked!
Jul 16, 2012
#91 amitav...@gmail.com
I think I've found a bug with eventDrop and revertFunc(). Upon calling revertFunc() the event vanishes from the calendar. However with original calendar plugin, it reverts back as expected. I checked the event parm on console and noticed that resource property is undefined if I call revertFunc(). Here is the fiddle: http://jsfiddle.net/amitava82/jyzwn/1/

Jul 16, 2012
#92 jarno.ku...@gmail.com
So it seems. I'll fix that ASAP. 

Jul 26, 2012
#93 amitav...@gmail.com
Any update on the bugfix?
Is it possible to get resource name on eventClick? I can get the resource ID with calEvent object but I'd like to show resource name on the UI. Thanks!
Jul 26, 2012
#94 jarno.ku...@gmail.com
not yet. 

You can get the whole resources JSON-array with fullcalendar opt() method. Just search the array with your ID and you got your name.


Jul 29, 2012
#95 vneh...@gmail.com
Looks like tux.fl is down or no longer responding, is there another repo that has the resource view ?
Jul 29, 2012
#96 jarno.ku...@gmail.com
I don't know about tux.fl, but http://tux.fi/~jarnok/fullcalendar-resourceviews works fine.
Jul 30, 2012
#97 RobertLe...@gmail.com
I'm a developer in Tiki wiki cms groupware.  I have a project that calls for a gantt chart, and I saw a very nice project here: https://github.com/thegrubbsian/jquery.ganttView .  It is a common practice in Tiki to use a lib when possible, as this significantly adds more developers to the "core".  Example: Tiki uses full calendar.  Would it be of interest to simply incorporate this other library into fullcalendar?  If so, I could devote some time to integration of these entities.
Aug 28, 2012
#98 amitav...@gmail.com
I've got a issue here. After adding an event (saved to db) if I switch to resource month to resource week (vice versa) duplicate events are getting rendered for the newly added events (existing events are rendering once as expected). On switch of view events are fetched where single events are coming from DB. So, I suppose on view switch, events fetched from server and newly added local events rendered without discarding local events. How to resolve this?
Aug 29, 2012
#99 amitav...@gmail.com
setting stick event to false resolved it.
Sep 21, 2012
#100 ky...@yelp.com
Yes, I cannot hit any links at tux.fi/~jarnok/* 

Are the examples mirrored anywhere? The resourceView demo also fails for me with 

{{{
ajax error getting json from json-resources.php
}}}
Sep 21, 2012
#101 jarno.ku...@gmail.com
Works fine on me. Try again later, maybe there's a problems with your ISP.
Oct 17, 2012
#102 benjamin...@gmail.com
Hi everyone,

I would like to use this resource view fork in my project. But I can´t find a compiled version. All links are broken. The information on how to compile from the source is not good. I don´t understand how to achive this. Could anyone please help me out and fix the links or explain more detailed how to compile the source to fullCalendar.js file?

Thanks in advance!

Oct 17, 2012
#103 benjamin...@gmail.com
Hi again,

found the answer: 

http://stackoverflow.com/questions/12766221/how-to-run-make-zip-command-in-windows

I don´t have a linux system avail. So could you please refresh the links to the newest build?

Thank you
Oct 17, 2012
#104 jarno.ku...@gmail.com
Download link fixed
Oct 17, 2012
#105 benjamin...@gmail.com
Hi again,

thanks a lot. But I am having an issue with callback function eventRender. This is not triggered when the fullCalender is for example in resourceDay view. Could you please check if this is a bug, because I can´t find a mistake in my code? Other views call eventRender after I for ex. jump to the next day etc. I def. need eventRender because I must alter the display of the events dom object.

Thank you very much!
Oct 19, 2012
#106 benjamin...@gmail.com
Hi,

I can still reproduce the above mentioned "bug"(?). If FC is in resourceDay view and I jump to next/prev day the callBack-Function eventRender is not called. My events are fetched as JSON from backend (and arrive correctly). I still havent found the mistake. I would appreciate if someone could check this too in order to clarify if this is a bug or some mistake in my evironemnt. 

Thank you!
Oct 19, 2012
#107 jarno.ku...@gmail.com
I opened own issue tracker in github for resourceviews issues. It can be found in here: https://github.com/jarnokurlin/fullcalendar/issues


Oct 23, 2012
#108 kge...@gmail.com
I simply cannot believe I found this thread. Looks amazing and I m ready to pitch in!
Aug 13, 2013
Project Member #109 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Accepted
Labels: -Type-Enhancement Type-Feature
Aug 14, 2013
#110 ajay04ba...@gmail.com
Can we freeze resource column in resource view full-calender 
like: http://www.daypilot.org/demo/Scheduler/
Aug 15, 2013
Project Member #111 adamrs...@gmail.com
 Issue 1390  has been merged into this issue.
Aug 24, 2013
Project Member #112 adamrs...@gmail.com
 Issue 1746  has been merged into this issue.
Aug 24, 2013
Project Member #113 adamrs...@gmail.com
 Issue 1801  has been merged into this issue.
Oct 6, 2013
Project Member #114 adamrs...@gmail.com
 Issue 2005  has been merged into this issue.
Mar 24, 2014
#115 thejames...@gmail.com
Adam,

We are very interested in trying to get the resource view fork by Jarno introduced into the main release of full calendar 2.0+. Would you be interested in supporting this, we are willing to assist you in any way we can. Just trying to scope out what this request might entail.
Mar 27, 2014
Project Member #116 adamrs...@gmail.com
Hello! I'm very sorry I've been so unresponsive. I've been traveling and distracted by other matters. The resource view that Jarno has built is very impressive! I would love to get this functionality into the main codebase. But here are my concerns:

1. I would eventually like to have each special type of view be a separate "plugin". (same with the List view). Because if we bundle all the views into one, the distributable JS/CSS file will get pretty big. Right now, the codebase is not very well set up for that. The type of OOP that I'm doing, which is called parasitic inheritance I think, is rather awkward for this. It be much better to cleanly rearchitect this into the standard prototypical inheritance. So, code-wise, I'd rather lay a good foundation and do it the "right way".

2. I'm not quite ready to take on the maintenance costs just yet. There are already so many bug reports and feature requests for existing functionality. I fear expanding the surface area of FullCalendar's functionality would stretch the focus too thin, so I'd rather be focusing on being thorough with existing features.

Right now, I think the solution is to continue ResourceView as a parallel fork, and when the time is right, we can make a strategy for merging it into the main codebase. Until then, I have no problem linking to and publicizing this work on the main website if Jarno would like that.
Apr 16, 2014
#117 programm...@gmail.com
Hi,

I've got a Resource View Calendar from: https://github.com/AbleTech/fullcalendar which worked fine and shows Resources in columns perfectly.

What I need is to show all the Dates of the Month in the left column exectly the same way (in two slots).
So it would be a "Resource Month view" but with a different layout.

I tried it out by making some changes in the "src/resources/ResourceView.js" file but unable to succeed.

Can anybody please help me out regarding this.
Attached is the image of the desired layout.


Thanks in advance.
desired_calendar.png
41.8 KB   View   Download
May 6, 2014
#118 jaydened...@gmail.com
Is it possible to view this calendar horizontally on all computers? That would be very helpful for my family. We use a calendar to plan out everything we do. 
Jayden Eden |  <a href="http://www.jacksonpaving.com.au/">http://www.jacksonpaving.com.au/</a>

May 21, 2014
#119 r.elboub...@gmail.com
Hello,
I've downloaded the source from: https://github.com/AbleTech/fullcalendar 
but unfortunately it didn't work. when I try to display a demo page like 'basic-views.html'.

When I inspected it I found out that I got the error 'Failed to load resource: net::ERR_FILE_NOT_FOUND ' for many files:
../fullcalendar-master/fullcalendar-master/build/out/fullcalendar.css
../fullcalendar-master/fullcalendar-master/build/out/jquery.js
And many others.
Please could someone help.

Is this code version altered, or do I have to do something...

Thanks in advance.
Jun 7, 2014
Project Member #120 adamrs...@gmail.com
 Issue 2094  has been merged into this issue.
Jun 7, 2014
Project Member #121 adamrs...@gmail.com
 Issue 2026  has been merged into this issue.
Jun 7, 2014
Project Member #122 adamrs...@gmail.com
an implementation by @ikelin:  https://github.com/ikelin/fullcalendar

not tested by me nor verified compatibility with v2
Jul 1, 2014
#123 hichamel...@gmail.com
Hi Adam,

Thank you for this very nice plugin.

I search a lot for the way to have a horizontal time, for the week and day views, but I don't find. Could you please tell me if it's possible to do that easily or not ?

Jul 31, 2014
#124 cyrak...@live.fr
Hi Adam,

You told us that you have to rearchitect fullcalendar to permit additionnal view plugins.
Is the v2 permit this ?

Can we hope for a near future integration of a ressource view in the official release ?
Jul 31, 2014
#125 petsu...@gmail.com
Hi

comment 7 says "it is easy to put a new view in its own file w/o having to fork the fullcalendar core."

I'm trying to do this and it indeed (almost) works. How can I still reuse BasicView  as a base class though? It seems to be inaccessible.
Aug 7, 2014
#126 jbenjami...@gmail.com
Hi guys, I'm trying to access the http://tux.fi/~jarnok/fullcalendar-resourceviews but it always shows: 

Not Found

The requested URL /~jarnok/fullcalendar-resourceviews/fullcalendar/fullcalendar.min.js was not found on this server.

Does anyone know  either if this URL is still working or another URL where I can find this plugin with resource view. I've been searching but nothing useful is found. Thanks.
Aug 8, 2014
#127 franc...@gmail.com
@jbenjami

I have an older clone of that (fullcalendar-resourceviews) repository.  I pushed it up to github.

- https://github.com/zoredache/fullcalendar-resourceview

It is a relatively old version of fullcalendar though.

Aug 11, 2014
#129 jbenjami...@gmail.com
Thank you so much guys! I appreciate your help.
Aug 12, 2014
#130 jbenjami...@gmail.com
Guys do you know if there is a fork for the fullcalendar supporting the resource view & angularjs? I found https://github.com/angular-ui/ui-calendar but seems like this doesn't support the resource view which I need in my angularjs project.

Thanks
Aug 17, 2014
#131 ziw...@gmail.com
Hi Guys,

Does anyone know if a resourceview will be merged with the original project?
Also does anyone have a Resource view that will display vertical and horizontal?
Docs to go with it too?

Thanks
DW
Aug 20, 2014
Project Member #132 adamrs...@gmail.com
 Issue 2250  has been merged into this issue.
Aug 24, 2014
#135 VarunKri...@gmail.com
Hi adamrs

Is this possible we can swap the resources   on resources view in full calender on fly?Please let me know 

Thanks in advance!!
Aug 25, 2014
#137 VarunKri...@gmail.com
Hi adamrs,

In simple I want to add new resource without postback So how can I do it .Please let me know .

Thanks!!
Varun
Sep 16, 2014
#138 luca.ral...@gmail.com
Hi, there is a version of fullcalendare resource views based on week and not on a single day?

Thanks
Raldi
Sep 22, 2014
#139 sbadd...@gmail.com
Hi Raldi,
         Yes there is an implementation forked from fullcalendar 1.6.x version,
https://github.com/arshaw/fullcalendar/pull/99. Code can be built from https://github.com/arshaw/fullcalendar/tree/5d034e169a2743b4aa7b37c4ba2eeb44d34e1e2a

Thanks,
Sudheer

Dec 12, 2014
#140 neeraj.1...@gmail.com
Hello,

I have implemented resource day view fullcalendar. Now i want to change the resource dynamically based on date changed like when date changed, resources also gets updated accordingly.

please suggest. 
Dec 18, 2014
#141 jatin.ki...@gmail.com
Hello

Can you please suggest is there any fork with resource view + fullcalendar version 2.x and above, I am intended to use some new features of fullcalendar like businessHours, scrollTime & slorDuration which is only available with latest versions. Kindly suggest.


Thanks
Jatin
Jan 12, 2015
#142 prize...@gmail.com
Any news about resource view + fullcalendar with 2.x version?

Thanks
Jan 19, 2015
#143 Anders.B...@gmail.com
I would love this feature, would be really helpfull, Please make this a high priority ;-)
Jan 27, 2015
#144 ka...@easypep.de
with exposing the view API, aka  "custom views":

http://fullcalendar.io/docs/views/Custom_Views/

it should be "easy" to do. no need to implement it in the core.
Feb 10, 2015
Project Member #145 adamrs...@gmail.com
I am the author of FullCalendar and I have some very important news regarding this horizontal resource view feature. I wrote a blog post and I urge you to read it!

http://blog.arshaw.com/1/post/2015/02/timeline-and-other-news.html

If you don't have time to read it, here's the gist: I tried to rethink the feature and concluded that it will be a ton of work to do it the correct way. Given the time commitment required to get it off the ground and maintain, it only makes sense to release this feature as a paid premium product. I have prepared a *demo* for you:

http://fullcalendar.io/timeline/

If you have any questions or concerns about the licensing of this feature, or anything non-technical, please comment on the *blog post* (link above). If you have input about the API and feature-set, anything *technical*, please discuss here. Thanks so much!

PS- I'm accepting contracting work for related customization/integration
Feb 10, 2015
#146 prize...@gmail.com
Left a comment on blog. Would it be possible to have a "invert" axis functionality? I would like to have resources on Y axis when they are less than 4-5, because that's the most common way any calendar is organized (vertically)
Feb 10, 2015
#147 benjamin...@gmail.com
Hi,

FEATURE REQUEST: 

would be good to have an optional "current time indicator" (maybe a vertical line or icon at the time slot column headers) that shows the current time. This should at least have some options like: color, scroll to view (scroll to current time). 

Regards
Ben

Feb 11, 2015
Project Member #148 adamrs...@gmail.com
@prized86, yes that's a good idea and a lot of people would find that useful. There is another ticket,  Issue 490 , that exactly encompasses this. Not sure if it will be part of the initial release of premium resource-related features though, but it's on my radar.

@benjamin.schweitzer, yes the current time indicator ( Issue 143  if you want to follow it) is a must for launch. I plan on getting that done.


Feb 11, 2015
#150 gaspar...@gmail.com
Thanks so much to work on this Timeline feature.
I hope it will be released soon.

On the preliminary documentation http://fullcalendar.io/docs/timeline/ there are 4 pre defined views :
timelineDay
timelineWeek
timelineMonth
timelineYear

A question on timelineWeek. At this point I noticed that timelineWeek is the same design than for example :
timelineTest: 
{
type: 'timeline',
duration: { week: 1 }
}
or
{
type: 'timelineMonth',
duration: { week: 1 }
}

TimelineWeek should be designed as timelineMonth, columns should be days, not hours of a day. See attached image.
Each view should render a pre-defined design that you can then personalized with Custom View. 
timelineDay - columns are hours of a day
timelineWeek - columns are days of a week
timelineMonth - columns are weeks of a month
timelineYear - columns are months of a year

Regards
timelineWeek.png
12.1 KB   View   Download
Feb 11, 2015
Project Member #151 adamrs...@gmail.com
@gaspard80, I am still debating about whether I should preconfigure timelineWeek with day slots versus hour slots, but regardless, you will still be given control over this by applying the `slotDuration` setting as a View-specific-option like this:

	$('#calendar').fullCalendar({
		defaultView: 'timelineWeek',
		views: {
			timelineWeek: {
				slotDuration: { days: 1 }
			}
		}
	});
Feb 11, 2015
#152 gaspar...@gmail.com
Thanks for this Adam, waitting for the release :)
Feb 16, 2015
#153 michael....@gmail.com
Adam,

We will gladly pay for this feature.  Will you be including a resource view like Sean Kenny's fork (http://www.seankenny.me/blog/2014/08/11/fullcalendar-with-a-resource-day-view-v2-0-2/)? i.e. each Resource is a column in the day view calendar itself, with time as the vertical axis.

I think this is similar to what #146 is asking above. Pic attached.

Thanks for much for the great work.
SK_Resource_View.png
148 KB   View   Download
Feb 24, 2015
#154 speedracer3682
Is there a version available for non-developers to mess with?  I have a simple need of having a multi-level resource to fill (which will represent two pre-defined time slots) per resource.  From there I would like to be able to drag and drop from the external list of volunteers into the slots for that day.

So pretty much as it is in the demo version, but with external drag and drop enabled as well.  The one thing that I cannot get to work on even the regular calendar is saving the thing - without a database or PHP.  I would like to be able to just run it on my local machine.

I prefer a free version, as I am using this for a non-profit I am working with, but am willing to consider paying for this if it is cost effective.

thanks for all the help everyone is doing.  it is such a great tool out the box.
Feb 26, 2015
#155 arthurki...@gmail.com
hey Adam. Can't wait to try fullcalendar timeline ! any idea of a release date. 6 months ? a year ? 

Thanks in advance.
Feb 26, 2015
Project Member #156 adamrs...@gmail.com
@michael.schroeder123, here's a comment I just wrote on my blog that also happens to answer your question:

"...after I get further with Timeline, I will likely take a preliminary crack at a vertical resource view like what you describe. If there is enough commonality between the views, enough shared code and settings, and enough opportunities for difficult-to-implement advanced features that the current forks do not provide, there's a good chance I will include it as part of the premium release. Otherwise, I will work with the maintainers of those forks to get their code production-ready."

http://blog.arshaw.com/1/post/2015/02/timeline-and-other-news.html#comment-1877463952

@arthurkirsz, I can imagine Timeline view will be released in about 6-8 weeks.
Mar 9, 2015
#157 fon...@gmail.com
@adam
This is exactly what we are looking for.
Where can we pay for it even if it is a beta version ?
Apr 6, 2015
#158 lvdsi...@gmail.com
Hi Adam,

In IE (it’s no problem with Chrome and Safari), the segment is not complete to show the blocking period (highlighted in Red in the attached image). How can I resolve this.

Resource Reservation Issue.png
10.9 KB   View   Download
Apr 8, 2015
#159 philip142au@gmail.com
Hello! I wish to use this for a demo to my customer in a weeks time. What can I do to demo it? I'm likely going to want to give you money some day soon
Apr 8, 2015
#160 roberto....@gmail.com
Hi Adam,
in Resource / Timeline View would be nice to collapse/expand Nested resources by default or all together
Apr 10, 2015
#161 and...@neosystemi.it
Hi Adam,
very great work the Timeline extension.

There is a way to download the beta version you published,to test it and give you feedback about it ?


Apr 10, 2015
#162 and...@neosystemi.it
Hi Adam,
Is it possible to drop an external element into timeline view?

Thanks & Regards

Andrea
Apr 15, 2015
#163 amion.w...@gmail.com
Thanks for your work, I use Fullcalendar in several projects for a long time now!

I'm currently starting a new project in which I need a timeline to show several schedules. Your plugin is obviously what I am looking for and I would like to know when do you think to release it?
Apr 22, 2015
#164 gaspar...@gmail.com
Hi Adam,

on the Timeline view I noticed that events are displayed in the calendar even if the resource they belong to is not in the Resource object.
Maybe you should include an option to choose what to do with these events (do we show them or not).

For exemple :
showEventWithoutResource : true/false

With this kind of option the addResource method will be very usefull to show events that are hidden.

In the same idea it would be very usefull to have a removeResource method (to hide events that belong to one resource).

Regards
Apr 24, 2015
#165 beowulf1...@gmail.com
Hi Adam,

it is really useful feature. 

Can you say when it will implemented? Or if it implemented yet how can I use it?
May 3, 2015
#166 pmasc...@gmail.com
Adam,

I'm asking the same thing as others have...is there some code (alpha, beta, whatever) we can play with while we wait for your official release?  Once that release comes out we'd like to "hit the ground running".

What kind of price tag are you considering?
May 21, 2015
#167 Chrizfan...@gmail.com
Hello Adam,

When you use the select event in the timeline, the resource ID is not delivered. And also, is it possible to download the uncompressed .js files? Great product!

Greetings
May 22, 2015
#168 Anders.B...@gmail.com
Hi Adam,
Great product !
When will the vertical resource view be available? looking very much forward to this feature.

Regards
Anders
May 22, 2015
#169 d...@7oaksgroup.com
Would like to request hooks & actions for "deselecting" -- aka when the highlight goes away (either by blur or clicking an event) 
May 29, 2015
#170 roryosio...@gmail.com
Hi Adam,

Thanks for a great calendar and all the work you've put into it.

I absolutely will be buying the scheduler view once available, it's the least I can do considering all you've shared to date. 

One request I would make if it's feasible is to add a zoomable timeline below the main chart. 
Something like this:
http://nvd3.org/examples/lineWithFocus.html
Jun 6, 2015
#171 gianclau...@gmail.com
Hi Adam.

Congratulations for this amazing tool Fullcalendar.

Like other colleagues above, I prefer vertical resource view. Anyway, you timeline/horizontal view is also very good.

Right now, I am implementing Fullcalendar in a project mine. I am using your last release in many parts of the project. Unfortunately, in one specific screen, I had to use a Ikelin's Resource Fullcalendar fork, because in this screen the resource view is very imnportant.

This fork look like very good and stable. But, it is so out of date (last release around 2013). And I dont like to use out of date softwares, specially parallel forks.

Backing to Timeline, I agree you turn Timeline a Premium Comercial Software. So good work deserves be paid.

So, like many others, I also would like to know when you will release Timeline and provide a way to buy and download it.

I saw an answer yours at Feb 26 predicting something like 6-8 weeks, but this time has left.
Have you another prediction?

Thanks for everything. You work is so wonderful!
Jun 15, 2015
Project Member #172 adamrs...@gmail.com
I've finally release a beta for this (horizontal resource view). More info can be found at http://fullcalendar.io/scheduler/
Thanks for your patience.

FYI: the plugin has been rebranded as "scheduler"
Jun 15, 2015
#173 d.bykado...@ailove.ru
Thank for update!
Jun 15, 2015
#174 rich.lit...@gmail.com
Thanks for the update - I've already managed to integrate this into my prototype and it's working nicely!  One question though - I have lots of events that are fetched via an event source and the (very large) set of resources will vary according to the events that are displayed.  Is there a way to force the resources to be refetched along with the events?  I've tried invoking refetchResources() when my event source is invoked but that doesn't seem to work very well.
Jun 15, 2015
#176 guillaum...@gmail.com
Hi Adam,
Looking very good, gonna try scheduler beta right now.

But, I've a requestquest :
Can we have a view with timeline on TOP AND day on the left ?

See my attachement for a jpeg :)

Ty ;)

Sans titre-2.jpg
130 KB   View   Download
Jun 15, 2015
#177 bapti...@quai13.com
Thanks for the update - I saw that the problem on the DateTimePicker was resolved ( https://code.google.com/p/fullcalendar/issues/detail?id=2513 ) Thank you !
Another thing , but I do not know if it's only for me but I have to use " .fc-content { height : 100%; } " to use the features "height: 'auto' " on Timeline view. But otherwise it's very good work and thank you again! 
Jun 15, 2015
#178 guillaum...@gmail.com
Well.... option "rendering":"background" cause a crash of js :
"Uncaught TypeError: Cannot read property 'clone' of undefined"

This option almost work, I see event in background but js crash... any fix idea ?

Jun 15, 2015
#179 guillaum...@gmail.com
New issue : When "slotDuration" is not %10 = 0 (like slotDuration: '00:05:00' or '00:11:00') horizontal current day display disapear.


Jun 15, 2015
#180 mario.ba...@gmail.com
Great job, thank you for the wonderful work with these plugins!
Anyway, I'm really interesting in using the Scheduler plugin for commercial use, do you have prediction for the price range?
Jun 15, 2015
#181 NBulusa...@gmail.com
This is a great library but the "slotLabelFormat" wasn't implemented.
I am trying to change the date format on timeline view.
feature not implemented.png
33.8 KB   View   Download
Jun 16, 2015
#182 rich.lit...@gmail.com
NBulusa...@gmail.com - I found that I could change the labels using the timelineHeader property instead of slotLabelFormat.
Jun 16, 2015
#183 MasterK...@gmail.com
I'm not exactly sure why this is occurring, but if I start resizing an event with a timezone set on the start and end times I see a blue selection window of the same size as the event I'm resizing offset by the timezone.

Here's the output of event.start.toISOString() and event.end.toISOString():
2015-06-16T15:00:00.000Z
2015-06-16T20:00:00.000Z

The events themselves render fine with these timestamps, it's just the selection window that seems to interpret the time as UTC instead of representing a local time. Is this operator error?
scheduler_bug.png
31.4 KB   View   Download
Jun 16, 2015
#184 fullerga...@gmail.com
Hey Adam, this scheduler is really cool.

My own use case is slightly different, however, where the resources are moved between parallel events.

To be more precise, it is a gymnastics club, where "event" is a training session running for a few hours. Resources are areas of the gym (bars, beams, floor) that are allocated to the "event" for 15 minutes or a half hour.

Please keep such a use case in mind for future developments!

Thanks again,
Rob.
Jun 16, 2015
#185 NBulusa...@gmail.com
I tried your suggestion but it doesn't work either. Would you mind to show me using jsfiddle? Much appreciated for your assistance.

Thanks,

Nico
Jun 18, 2015
#186 feldhof...@gmail.com
Is it possible to add multible resources to an event, like a teammember and a room?
Jun 19, 2015
#187 ke...@tripleseat.com
Would it be possible to have the resourceObj parameter be added to the eventDrop callback (for the new scheduler plugin)? Or is there a better way to determine which resource an event has been moved to?
Jun 23, 2015
#188 chril...@gmail.com
Very nice job!
Jun 24, 2015
#189 movostud...@gmail.com
Hey. This is looking ace...

- can you refresh resources in the same way as FC? I'd like to be able to only show resources that have events.

- it would be great to have biz hours per resource. Some resources may have have different opening hours for example.

Cheers! Awesome!
Jun 25, 2015
#190 tom...@gmail.com
Hi Adam,

I'm trying the Scheduler and it's amazing. My client will be glad to pay for it.

I'm not sure if this is the correct place, but I think I found a bug. I'm trying to add a background event in the scheduler and I get this error: 'Uncaught TypeError: Cannot read property 'clone' of undefined'.

I tried in many ways and still not working. Maybe it's not a supported functionality?

Thanks

PD: I'm just doing this when I render my events: 

var eventObj = 
{
                resourceId: 1,
                id: 'availableForMeeting',
                start: '2015-06-25T01:00:00',
                end: '2015-06-25T08:00:00',
                rendering: 'background',
                color: 'orange'
            };

            calendar.fullCalendar('renderEvent', eventObj, true);








Jun 26, 2015
#191 jasonlf...@gmail.com
Adam -

I was wondering if we could get an update for a release date? I'm working on implementing FC into a client project and this view will save me a ton of time. Is early august still your projected release date? 
Jun 28, 2015
#192 stephan....@mac.com
Awesome work !!!!!

Can't wait for august.

Cheers,

Stephan
Jul 2, 2015
#193 googlep...@nht-norwick.net
I'm testing scheduler. I find a bug when you use background events. When you drag an event with a constraint to an invalid resource or BackgroundEvent... the event can't be dragged anymore

I think it is the same as #190
Jul 2, 2015
#194 tom...@gmail.com
I think so, I reported that as the  Issue #2533 
Jul 12, 2015
#195 afl...@gmail.com
It would be nice if the Event Object also accepted an array of resourceId's. For example, an Event might be a Staff Shift, where multiple Staff (resources) are assigned to the same Shift (event). 

Thanks & awesome work!
-Ant

Jul 26, 2015
#197 w.eber...@gmail.com
Hi, thanks for your work! For my company it would be a great feature if one could schedule multiple child resources at the same time by dragging and selecting over multiple rows.

Sample for your demo, given there were D1, D2 an D3: one could schedule 10-12 am for D1 and D2, and 2-4pm for D2 and D3. In those times room D would be scheduled  as well (and marked as blocked). One should also be able to select a time slot for room D, then D1, D2 and D3 would be marked as scheduled as well.

Is that possible?

Thanks!
Wolfram
Jul 27, 2015
#198 florian....@swopt.de
Event to multiple resources like:
events: [
{ id: '1', resourced: ['b','a','c'], start: '2015-06-07T02:00:00', end: '2015-06-07T07:00:00', title: 'event 1' }
]
Jul 29, 2015
#199 contactc...@gmail.com
Hello,

I am having trouble , you find attached the image with my requests .

thank you in advance
Capture.PNG
19.6 KB   View   Download
Jul 29, 2015
#200 contactc...@gmail.com
Hello,
According to the week in which I find myself, some resource or not appearing.
Some day some person works and other.
But the resources: for retrieving the resources recharged by each change week ...
How can I do to have events like:
Also, with the events: we automatically start and we did not end with the resource:
Do you know if it is possible to overcome these problems?

Thank you in advance to all;)
Jul 30, 2015
#201 joseph.p...@gmail.com
I'm trying to get scheduler (timeline view specifically) to show my events from Google Calendar.. is this possible to use gCal integration along with the schedule/timeline view feature?
Thanks...
Jul 31, 2015
#202 dennis.e...@gmail.com
Hi,
Is there a way to refetch resources? Similar to how refetchEvents() may be used to refetch events. If not, please consider this a feature request for a refetchResources() function or similar.
Thanks in advance and thank you for a great product!!
Aug 19, 2015
#203 PPichu...@gmail.com
Hey, just testing out the scheduler, definitely will be buying a license for it shortly.. just one question, is it at all possible to change it from showing individual days to just weeks.. ie in a yearly view, instead of scrolling across for 365 days, just 52 weeks?

Regards

Paul
Aug 25, 2015
Project Member #204 adamrs...@gmail.com
Hello everyone! FullCalendar Scheduler has been officially released.

read the blog post:
http://blog.arshaw.com/1/post/2015/08/scheduler-released.html

or skip straight to the product page:
http://fullcalendar.io/scheduler/

for follow-up issues or feature requests,
please use the official issue tracker for the Scheduler product:
https://github.com/fullcalendar/fullcalendar-scheduler/issues

Thanks for all your feedback and support!

~Adam


-------------------------------------------------------------------------
Responses to feedback on the Beta:
(please DO NOT continue discussion on this ticket. will not be monitored)
-------------------------------------------------------------------------

@dennis.ekstrom
there is now a refetchResources method (recently implemented)

@rich.littlejohn
refetchResources. if that doesn't do the trick can you visit the scheduler's issue tracker

@tomase
@guillaume.ors
@googleplay (nht-norwick)
background events bug has been fixed

@guillaume.ors
- that's an interesting view you're describing but probably won't be part of the plugin
- is probably fixed now but plz visit scheduler's issue tracker if not

@NBulusanJr
slotLabelFormat is implemented now. plz see docs. no more timelineHeader

@MasterKale
would you be so kind as to enter this into the issue tracker?

@fullergalway
you might be able to achieve that with background events, but not totally sure

@aflack
@feldhoferd
@florian.fiedler
feature not implemented yet, but already entered onto the scheduler's issue tracker:
https://github.com/fullcalendar/fullcalendar-scheduler/issues/6

@kevin (tripleseat)
call the getEventResource method for the given event

@movostudios
- refetchResources method might be want you want
- background events can achieve this

@w.eberius
would you mind entering that into the scheduler's issue tracker

@joseph.peterson
i'm not 100% sure how to handle the google calendar issue. can you start discussion on the scheduler's issue tracker? 

@PPichugin
yes, set slotDuration to one week, and the view's duration to a year
more info: http://fullcalendar.io/docs/timeline/customizing_duration/
Status: Released
Sign in to add a comment

Powered by Google Project Hosting