curl "https://app.talkover.ai/api/v1/calendars/calendar-uuid-1/events/event-uuid-1" \ -H "Authorization: Bearer talq_your_environment_token_here"
{ "success": true, "data": { "id": "event-uuid-1", "calendar_id": "calendar-uuid-1", "title": "Demo with Acme", "description": "Product demo for Q1 prospect", "start_at": "2024-01-20T15:00:00Z", "end_at": "2024-01-20T15:30:00Z", "status": "confirmed", "type": "meeting", "attendees": [ {"id": "att-uuid-1", "name": "Jane Doe", "email": "[email protected]"} ], "meeting_url": "https://meet.example.com/abc-123" } }
Retrieve a calendar event by ID
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/calendars/{calendar_id}/events/{event_id}
Bearer talq_your_environment_token_here
Was this page helpful?