-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Closed
Copy link
Labels
30-feedback4. to releaseReady to be released and/or waiting for tests to finishReady to be released and/or waiting for tests to finishbugfeature: caldavRelated to CalDAV internalsRelated to CalDAV internals
Description
The last occurrence date is NOT calculated properly on recurring events causing notification emails for changes and cancellation not to be sent.
server/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Lines 149 to 154 in 500a9cb
| // 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
Assignees
Labels
30-feedback4. to releaseReady to be released and/or waiting for tests to finishReady to be released and/or waiting for tests to finishbugfeature: caldavRelated to CalDAV internalsRelated to CalDAV internals
Type
Projects
Status
☑️ Done