Appearance
events
3 endpoints at a glance
| Method | Path | Summary |
|---|---|---|
GET | /events | List Events |
GET | /events/{calendar_id}/{uid} | Get Event |
POST | /events/{calendar_id}/{uid}/sync | Sync Event |
events
List Events
GET
/events
List the current user's events.
date_from / date_to are ISO 8601 strings. Cross-calendar by
default (decision (4)); pass calendar_id to filter to one.
include_recurring also returns recurring masters that began before
date_to (the calendar week/month views expand them client-side).
Parameters
Header Parameters
authorization
Query Parameters
calendar_id
kind
q
date_from
date_to
include_recurring
Type
boolean
Default
falsepage
Type
integer
Default
1limit
Type
integer
Default
50Responses
Successful Response
application/json
JSON "additionalProperties": "string"
{
}