> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 予定に関するよくある質問

> 本記事では、予定に関するよくある質問について説明します。

# よくある質問

## 終日予定のレスポンス例

例えば、2023年1月1日の終日予定の場合、返される時刻のレスポンス例は以下のとおりです（終了時刻は T+1 となります）：

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "start" : {
    "date" : "2023-01-01"
  },
  "end" : {
    "date" : "2023-01-02"
  }
}
```
