Skip to content

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

@SebastianKrupinski

Description

@SebastianKrupinski

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;
}

Metadata

Metadata

Labels

Type

No type

Projects

Status

☑️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions