Learn how to set up teams via the API v2
x-cal-client-id
and x-cal-secret-key
headers.isTeamEvent
as true and also another additional prop teamId
. The teamId
is the id of the team that we created in the previous step. Here is the code snippet for the booker atom.useTeams
and useTeamEventTypes
hooks.