Issue 1876: Events on workdays only
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by pedro.to...@gmail.com, Jun 17, 2013
I want create a long event with 10 days, but i only want the workdays in this event.
How i can do this? 
Aug 24, 2013
Project Member #1 adamrs...@gmail.com
set `weekends` to `false`
http://arshaw.com/fullcalendar/docs/display/weekends/
Status: Done
Aug 25, 2013
#2 pedro.to...@gmail.com
Hi,
I try this, but it doesn't solve the problem.
I use the fullcalendar v1.6.3, and create a long event with four days.
If you set weekends flag with value true and the initial day is Thursday, the event is set on days Thursday, Friday, Saturday and Sunday.
If you set the same event but with weekends flag as false, the event only appear on the days Thursday and Friday, and should appear in the days Monday, Tuesday too.
This is the problem I am talking about.
Thanks for your help