Public API › Calendar
write call of the i40Pilot public API. Required scope: modules:write.
curl -X POST https://oee-app-bolt.pages.dev/api/v1/tools/calendar_create_event \
-H "Authorization: Bearer sk-app-..." \
-H "Content-Type: application/json" \
-d '{ ... }'
| Name | Type | |
|---|---|---|
name | string | required |
type | meeting | task | milestone | reminder | call | out_of_office | optional |
endDate | string | optional |
location | string | optional |
startDate | string | required |
description | string | optional |
This call costs 1 credit.
GET /api/v1/tools returns the full catalogue with, for each tool, its input schema, its price and the scope it requires — the cost is known before the call, never after.