Skip to content

Meeting response instance ID is not passed to backend #111

@mschering

Description

@mschering

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions