-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Describe the bug
In this line the instanceid is taken from the request:
$req["instanceid"] = self::$decoder->getElementContent(); |
But it's never passed to the backend:
$calendarid = self::$backend->MeetingResponse($req["requestid"], $backendFolderId, $req["response"]); |
Making it impossible to handle a response for an instance of a recurring instance.
To Reproduce
Approve an instance and the whole series is updated.
Expected behavior
Only the instance should be updated
Logs
Server (please complete the following information):
- OS: iOS
- PHP Version: 8.2
- Backend for: Group-Office
- and Version: 2.7.3