Skip to content

[Bug] (CalDav): Last occurrence date is not calculated properly on recurring events #45489

Closed
@SebastianKrupinski

Description

The last occurrence date is NOT calculated properly on recurring events causing notification emails for changes and cancellation not to be sent.

// don't send out mails for events that already took place
$lastOccurrence = $this->imipService->getLastOccurrence($iTipMessage->message);
$currentTime = $this->timeFactory->getTime();
if ($lastOccurrence < $currentTime) {
return;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions