| Issue 2465: | Set Business according to the month, | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi team,
I appreciate your work and It's really nice.
I would like to suggest a feature in current version. In calendar parameters there are an option for set their business hours. So i would like to suggest, there should be 2 parameter would also be required over there.
1.) month : In the month there will be an array of month number like [1,2,3,4]
So user can set work time of each month.
2.) Color : In color field user will send the html color code according to their requirement.
So finally, the parameter would be like this.
businessHours : {
{
start: '9:30',
end: '18:30',
dow: [ 1, 2, 3, 4, 5 ],
month : [1,2],
color : '#fff'
},
{
start: '10:30',
end: '19:30',
dow: [ 1, 2, 3, 4, 5,6 ],
month : [3,4,5],
color : '#fff'
},
{
start: '11:30',
end: '20:30',
dow: [2, 3, 4, 5,7 ],
month : [6,7,8,9,10],
color : '#fff'
}
}
Please implement this feature. it's would be really great.
Mar 18, 2015
#1
synapse...@gmail.com
Apr 19, 2015
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 2421 |
|
| ► Sign in to add a comment |