example-data.com

calendar-events / #206

Mar
5
Thu

Strategy Workshop

6:02 PM – 9:08 PM

Microsoft Teams

Depulso condico tamen clamo tepidus cuius copiose vaco.

Component variants

curl -sS \
  "https://example-data.com/api/v1/calendar-events/206" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/calendar-events/206"
);
const calendarEvent = await res.json();
import type { CalendarEvent } from "https://example-data.com/types/calendar-events.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/calendar-events/206"
);
const calendarEvent = (await res.json()) as CalendarEvent;
import requests

res = requests.get(
    "https://example-data.com/api/v1/calendar-events/206"
)
calendar_event = res.json()
{
  "id": 206,
  "ownerUserId": 90,
  "title": "Strategy Workshop",
  "description": "Depulso condico tamen clamo tepidus cuius copiose vaco.",
  "startAt": "2026-03-05T18:02:02.427Z",
  "endAt": "2026-03-05T21:08:38.551Z",
  "isAllDay": false,
  "location": "Microsoft Teams",
  "attendeeUserIds": [
    52
  ],
  "createdAt": "2026-05-08T05:01:40.149Z",
  "updatedAt": "2026-05-15T15:23:38.516Z"
}
Draftbit