{
"collection": [
{
"calendar_event": {
"external_id": "external_id_123",
"kind": "google"
},
"created_at": "2025-01-15T10:00:00Z",
"end_time": "2025-01-15T11:00:00Z",
"event_guests": [],
"event_memberships": [
{
"buffered_end_time": "2025-01-15T11:15:00Z",
"buffered_start_time": "2025-01-15T10:45:00Z",
"user": "https://api.calendly.com/users/userid-xxx",
"user_email": "user@example.com",
"user_name": "User Name"
}
],
"event_type": "https://api.calendly.com/event_types/event-type-uuid",
"invitees_counter": {
"active": 1,
"limit": 1,
"total": 1
},
"location": {
"join_url": "https://zoom.us/j/123456789",
"status": "pushed",
"type": "zoom"
},
"meeting_notes_html": null,
"meeting_notes_plain": null,
"name": "30 Minute Meeting",
"start_time": "2025-01-15T10:00:00Z",
"status": "active",
"updated_at": "2025-01-15T10:00:00Z",
"uri": "https://api.calendly.com/scheduled_events/event-uuid"
}
],
"pagination": {
"count": 1,
"next_page": null,
"next_page_token": null,
"previous_page": null,
"previous_page_token": null
}
}