microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

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

Open
#2,822 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Service issue type:bug
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
  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_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.