Skip to main content
Call this API to query the event list of a user within a given time range. You can retrieve information such as the event title, start date, start time, end date, and end time.

API call description

  • The difference between this API and the Query event list API lies in how recurring events are handled. This API expands all recurring events within the query range based on the recurrence rule, but does not actually generate the corresponding instances in the database. For example, if there is a daily recurring event starting on January 1, the current date is January 4, and the query range is from January 1 to January 10, this API returns all recurring events from January 1 to January 10, whereas the Query event list API does not return events after January 4.
  • You can determine whether an event is an instance of a recurring event by checking whether the seriesMasterId of the returned event object is empty.

Request

Basic information

Request headers

Path parameters

Query parameters

Request example

HTTP
Java
Python
PHP
Go
Node.js
C#

Response

Response body

Response body example

Error codes

If the API call fails, look up the solution in the Global error codes document based on the error message.