Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meeting response instance ID is not passed to backend #111

Open
mschering opened this issue Oct 3, 2024 · 1 comment
Open

Meeting response instance ID is not passed to backend #111

mschering opened this issue Oct 3, 2024 · 1 comment

Comments

@mschering
Copy link
Contributor

mschering commented Oct 3, 2024

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
@matidau
Copy link
Collaborator

matidau commented Oct 4, 2024

@mschering thanks for raising this, it might be a breaking change so I'll need to leave this for another version and mark it as an "Enhancement" even though it is a bug so I can keep track if it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants