POST
/
get-events
[
  {
    "title": "Project Deadline",
    "start": "2025-08-01T17:00:00Z",
    "color": "#dc3545",
    "allDay": false,
    "alarm": true
  },
  {
    "title": "Catalina Project Sync",
    "start": "2025-08-05T10:00:00Z",
    "color": "#007bff",
    "allDay": false,
    "alarm": true
  }
]

Body

application/x-www-form-urlencoded

Response

200
application/json

A list of events.

The response is of type object[].