[Bug]: No iMIP response sent when accepting an invitation from Outlook through Nextcloud Mail #50665
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
32-feedback
bug
feature: caldav
Related to CalDAV internals
Bug description
When accepting an invitation from Outlook in Nextcloud Mail, no iMIP response is sent to the organizer, and the status in Outlook isn't updated. However, when the event is deleted, a decline message is sent successfully.
Steps to reproduce
Expected behavior
When accepting an invitation in Nextcloud Mail, an iMIP response should be sent to the organizer, updating the status in Outlook.
Nextcloud Server version
master
Nextcloud Mail version
main
Additional info
Accepting an invitation from Google Calendar triggers a response email to the organizer.
The EventComparisonService.findModified method returns null for the Outlook event, and as a result, no response is sent.
server/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Lines 132 to 134 in 1407a1d
The text was updated successfully, but these errors were encountered: