-
Notifications
You must be signed in to change notification settings - Fork 249
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
Patching a TodoTask which has a Recurrence value fails #2677
Comments
Thanks for raising this @aaronsmithuk Any chance you can confirm if you can perform a successful update using the graph Explorer? Taking a look at the issue at the link below, it may seem that the API may not support this. But it would be great to get confirmation on this. https://learn.microsoft.com/en-us/answers/questions/806339/unable-to-patch-a-todo-task-with-a-recurrence-patt |
Tried it with Graph Explorer, looks like it isn't supported.
However, POST works fine, I can create a ToDoTask with recurrence, just can't PATCH it.
|
Thx for posting this, I ran into this recently. If you send an empty object |
Describe the bug
I am trying to patch an existing TodoTask that has a recurrence value. It loads fine, but when I go to patch it (even with no changes), it results in:
Invalid JSON, Error converting value "2025-09-23" to type 'Microsoft.OData.Edm.Date'. Path 'recurrence.range.endDate', line 1, position 46.
Expected behavior
It should patch the TodoTask without error and set the Recurrence changes.
How to reproduce
SDK Version
5.58.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: