Documentation Index
Fetch the complete documentation index at: https://docs.tktchurch.com/llms.txt
Use this file to discover all available pages before exploring further.
These endpoints redirect users to various calendar services to add the event to their calendar.
Google Calendar
The unique identifier (UUID) of the event
GET /events/{id}/calendar/google
Redirects to Google Calendar with the event details pre-filled.
Apple Calendar
The unique identifier (UUID) of the event
GET /events/{id}/calendar/apple
Redirects to Apple Calendar (webcal://) with the event details.
Outlook Calendar
The unique identifier (UUID) of the event
GET /events/{id}/calendar/outlook
Redirects to Outlook Calendar with the event details pre-filled.
Yahoo Calendar
The unique identifier (UUID) of the event
GET /events/{id}/calendar/yahoo
Redirects to Yahoo Calendar with the event details pre-filled.
Error Responses
Error details when the request fails
Error message explaining why the request failed
Common error cases:
- 404 Not Found: Event not found or calendar link not available
curl -L "https://api.tktchurch.com/v1/events/123e4567-e89b-12d3-a456-426614174000/calendar/google"
HTTP/1.1 302 Found
Location: https://calendar.google.com/calendar/render?action=TEMPLATE&text=Sunday+Worship+Service&details=Weekly+Sunday+worship+service&location=Main+Sanctuary%2C+123+Church+Street%2C+New+York%2C+NY%2C+USA%2C+10001&dates=20240107T100000Z%2F20240107T120000Z&recur=FREQ%3DWEEKLY%3BINTERVAL%3D1%3BBYDAY%3DSU