| Issue 2477: | Weekly event, except weekend or day X. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Do you have any way to create an event, for example:
events: [
{
title: 'Event1',
start: '2015-04-06',
exception: {'w':['sat', 'sun']},
end: '2015-04-17'
},
{
title: 'Event1',
start: '2015-04-20',
exception: {'w':['sat', 'sun'], 'd': ['22']},
end: '2015-04-30'
}
]
The way the event is the same, but with exceptions.
Apr 19, 2015
Thanks for the thought on this. This functionality will be implemented if/when recurring events ( issue 116 is implemented). merging...
Status:
Duplicate
Mergedinto: 116
May 6, 2015
The exceptions for recurring events seems great!
Actually I must specify recurring background events except for the days defined, by weekday or exact date.
I would love something for the recurring events will not propagate when a especific date or especific dow is defined the same day.
This way, I can specify a "generic" recurring event, or multiple and avoid then when an event with a special dow or specific date is defined.
events: [
{
// a recurring event
title: 'Event1',
start: '10:00',
end: '14:00',
exception : ['date', 'dow']
},
{
// specific date event will be the unique for this day, no Event1
title: 'Event2',
start: '2015-04-20T11:00',
end: '2015-04-20:T13;00'
},
{
// specific dow event will be unique for dow 0, no Event1
title: 'Event3',
start: '12:00',
end: '13;00',
dow: [0],
}
]
|
|
| ► Sign in to add a comment |
22.0 KB View Download
27.9 KB View Download
26.0 KB View Download
30.8 KB View Download
28.4 KB View Download
7.5 KB View Download