example-data.com

calendar-events

calendar-events

Page 10 of 10.

Jul
19
Sun

Security Training

4:16 AM – 7:53 AM

Creptio vigilo vesica tero sono deripio vulgo stultus angustus.

Mar
9
Mon

Demo Day

10:06 PM – 4:27 AM

Zoom

Depono alo cupiditas non ab advoco.

Apr
14
Tue

1:1 with Manager

12:06 AM – 5:04 AM

Google Meet

Coaegresco victus minima repudiandae antea.

May
21
Thu

Team Standup

8:22 AM – 1:35 PM

Pecus vix abstergo argumentum adhaero textilis dolores vinum ratione centum.

Jun
8
Mon

Team Lunch

12:45 PM – 12:45 PM

Google Meet

Acsi sum sequi.

Jul
4
Sat

1:1 with Manager

1:09 PM – 2:33 PM

Rooftop

Earum substantia administratio.

Showing first 6 of 24 on this page.

curl -sS \
  "https://example-data.com/api/v1/calendar-events?limit=25"
const res = await fetch(
  "https://example-data.com/api/v1/calendar-events?limit=25"
);
const { data, meta } = await res.json();
import type { CalendarEvent, ListEnvelope } from "https://example-data.com/types/calendar-events.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/calendar-events?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<CalendarEvent>;
import requests

res = requests.get(
    "https://example-data.com/api/v1/calendar-events",
    params={"limit": 25},
)
data = res.json()
{
  "data": [
    {
      "id": 217,
      "ownerUserId": 94,
      "title": "Security Training",
      "description": "Creptio vigilo vesica tero sono deripio vulgo stultus angustus.",
      "startAt": "2026-07-19T04:16:18.352Z",
      "endAt": "2026-07-19T07:53:42.762Z",
      "isAllDay": false,
      "location": null,
      "attendeeUserIds": [
        90
      ],
      "createdAt": "2026-05-07T11:34:50.306Z",
      "updatedAt": "2026-05-21T16:55:34.355Z"
    },
    {
      "id": 218,
      "ownerUserId": 94,
      "title": "Demo Day",
      "description": "Depono alo cupiditas non ab advoco.",
      "startAt": "2026-03-09T22:06:41.290Z",
      "endAt": "2026-03-10T04:27:11.979Z",
      "isAllDay": false,
      "location": "Zoom",
      "attendeeUserIds": [],
      "createdAt": "2026-04-30T05:03:50.324Z",
      "updatedAt": "2026-05-07T12:19:26.412Z"
    },
    {
      "id": 219,
      "ownerUserId": 94,
      "title": "1:1 with Manager",
      "description": "Coaegresco victus minima repudiandae antea.",
      "startAt": "2026-04-14T00:06:26.490Z",
      "endAt": "2026-04-14T05:04:21.755Z",
      "isAllDay": false,
      "location": "Google Meet",
      "attendeeUserIds": [
        36
      ],
      "createdAt": "2026-05-08T12:58:54.593Z",
      "updatedAt": "2026-05-13T07:15:17.681Z"
    }
  ],
  "meta": {
    "page": 10,
    "limit": 24,
    "total": 599,
    "totalPages": 25
  },
  "links": {
    "self": "/api/v1/calendar-events?page=10",
    "next": "/api/v1/calendar-events?page=11",
    "prev": "/api/v1/calendar-events?page=9"
  }
}
Draftbit