# List Calendar Events **GET /api/calendar/list** Returns a list of calendar events specific to the currently authenticated user ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key ## Parameters #### Query parameters - **start** (string) Start date for returned events - **end** (string) End date for returned events ## Responses ### default: Get user #### Body Parameters: application/json (array[object]) - **start** (string(date-time)) - **allDay** (boolean) - **url** (string) - **id** (integer) - **target** (string) - **className** (string) - **end** (string(date-time)) - **title** (string) - **description** (string) [Powered by Bump.sh](https://bump.sh)