Sign in

Create a calendarKey for a Board

documented

Generate a calendarKey for a board.

POST /boards/{id}/calendarKey/generateBoardsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.trello.com/1/boards/{{$board_id}}/calendarKey/generate?key={{TRELLO_API_KEY}}&token={{TRELLO_SECRET}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Create a calendarKey for a Board · Trello · OpenIntegrations