This gets you the response similar to the followin...
# api
a
This gets you the response similar to the following:
Copy code
{
  "busy": [
    {
      "start": "2023-02-09T04:30:00.000Z",
      "end": "2023-02-09T05:00:00.000Z",
      "title": "30 Min Meeting between Admin and John Doe"
    },
    {
      "start": "2023-02-22T10:15:00.000Z",
      "end": "2023-02-22T10:30:00.000Z",
      "title": "Dynamic Collective 15min Event"
    },
    {
      "start": "2023-02-22T04:30:00.000Z",
      "end": "2023-02-22T04:45:00.000Z",
      "title": "Secret Meeting between Admin and John Doe"
    },
    {
      "start": "2023-02-15T05:30:00.000Z",
      "end": "2023-02-15T06:00:00.000Z",
      "title": "30 Min Meeting between Admin and Testing Caldav"
    }
  ],
  "timeZone": "Asia/Calcutta",
  "workingHours": [
    {
      "days": [
        1,
        2,
        3,
        4,
        5
      ],
      "startTime": 210,
      "endTime": 690,
      "userId": 1
    }
  ],
  "dateOverrides": [],
  "currentSeats": null
}
a
Hey Ali thanks for getting back to me! I think this is actually the inverse of what I’m after. This is telling me when the person is busy, i’m hoping to see the available meeting slots so i can book a meeting.
a
Hmm. I don't think we have that in yet. Although it should be fairly straightforward to infer that information from this endpoint as well.