RRule Expansion: Do not emit recurrences for instances with RRULEs

This matches the behaviour of Evolution and Thunderbird
This commit is contained in:
Jamie McClymont 2019-01-28 17:14:13 +13:00
parent 6a3619aaad
commit aea6be279b

View File

@ -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 ) {