Create a private link for a team event type
If accessed using an OAuth access token, the TEAM_EVENT_TYPE_WRITE scope is required.
Headers
Must be set to 2024-09-04. Returns the full booking URL including org slug and event slug.
For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Body
Expiration date for time-based links
"2024-12-31T23:59:59.000Z"
Maximum number of times the link can be used. Pass -1 to opt out of the count cap (the link is then gated only by expiresAt, or unbounded if that is also unset). If omitted and expiresAt is not provided, defaults to 1 (one time use).
10