microsoftgraph / microsoftgraph/msgraph-sdk-dotnet
Recurring events are not handled correctly after an update of a specific event (rich notifications)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 789
- Forks
- 264
- Avg merge
- 15h 17m
- Merged PRs (30d)
- 3
Description
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
- Create a recurring event by adding a meeting room.
- Modify a specific event (for example change the start and end date)
- 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_
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files, tests, or entry points are identified in the issue. Start by reproducing the recurring-event update with rich notifications on SDK 5.69.0 and compare the event-hub payload before and after changing one occurrence; done means the modified event fields, not only lastModifiedDateTime and changeKey, reflect the update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100