Parameters
1 query
Query parameters
· 1eventIdstringRequiredExternal event code identifier.
Example
example_eventIdGenerates and downloads an iCalendar (.ics) file for the given event.
1 query
eventIdstringRequiredExternal event code identifier.
example_eventId1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/calendar/event-download-ics
curl -X GET "https://api.bizkithub.com/bff/calendar/event-download-ics?eventId=example_eventId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.