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

Recurring events are not handled correctly after an update of a specific event (rich notifications) #2822

Open
nterreaux opened this issue Feb 5, 2025 · 0 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@nterreaux
Copy link

Describe the bug

I receive change notifications through Azure Event Hubs. I use the rich notifications.

When I create a recurring event and modify a particular event, for example by just changing the time, I receive an update on my event hub, but apart from the “lastModifiedDateTime” and "changeKey", nothing changes.

Expected behavior

All modified elements (start, end, responseStatus, etc.) should change after an event update.

How to reproduce

  1. Create a recurring event by adding a meeting room.
  2. Modify a specific event (for example change the start and end date)
  3. Check the update we received on event-hub, the important information hasn't changed

SDK Version

5.69.0

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
@nterreaux nterreaux added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

1 participant