> ## 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.

# Event FAQs

> Collects frequently asked questions about events, including the time response example for all-day events and the T+1 end time convention.

# FAQs

## Response example for an all-day event

For example, for an all-day event on January 1, 2023, the returned time example is as follows (the end time is T+1):

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