mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-09-01 18:48:17 +00:00
RRule Expansion: Do not emit recurrences for instances with RRULEs
This matches the behaviour of Evolution and Thunderbird
This commit is contained in:
parent
6a3619aaad
commit
aea6be279b
@ -1260,6 +1260,8 @@ function expand_event_instances( vComponent $vResource, $range_start = null, $ra
|
||||
}
|
||||
else {
|
||||
unset($instances[$recur_utc]);
|
||||
// This is a single instance of a recurring event, it can not in itself produce extra instances due to RRULE etc
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else if ( DEBUG_RRULE ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user