microsoftgraph / microsoftgraph/msgraph-sdk-java
Fields, startDateTime and dueDateTime of TodoTask are being set incorrect where it is neglecting the time part.
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 444
- 派生
- 154
- 平均合并
- 18 小时 28 分钟
- 30 天内合并 PR
- 4
描述
Describe the bug
While creating or modifying a task item, the fields startDateTime and duedatetime of todotask are being set incorrectly while this is not the case for other datetimetimezone datatype fields like reminderDateTime and completedDateTime. Feels more like a backend issue as tried with graph explorer as well. please check the attached screenshot for reference.
Expected behavior
Fields startDateTime and dueDatetime should be set correctly.
How to reproduce
just try to create/modify a todotask item with startDateTime or dueDateTIme fields, you would observe a discrepancy there.
SDK Version
6.14.0
Latest version known to work for scenario above?
I have checked in graph explore so i didn't check in the latest but pretty sure it is the case.
Known Workarounds
no workarounds
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定源文件或测试。首先在 Graph Explorer 和 SDK 6.14.0 中复现使用 startDateTime 和 dueDateTime 创建和修改 TodoTask 的过程,然后追踪 SDK 对 TodoTask 日期时间的处理。完成的标准是两个字段都能与 reminderDateTime 和 completedDateTime 一致地保留所提供的时间部分。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100