{"id":"7943eac0-44b2-47dc-8922-4816877fb9e6","task":"Create a Cal.com team event type via API v2 with an explicit scheduling assignment scheme — collective, roundRobin, or managed — and assign hosts.","domain":"cal.com","steps":["Set Authorization: 'Bearer <cal_api_key>' and Content-Type: application/json.","Determine the target teamId (e.g. from GET https://api.cal.com/v2/teams) and the userIds of intended hosts.","POST https://api.cal.com/v2/teams/{teamId}/event-types with required body fields title (string), slug (string), lengthInMinutes (number), and schedulingType — exactly 'collective', 'roundRobin', or 'managed'.","For roundRobin, include hosts: [{\"userId\":<number>,\"mandatory\":<boolean>,\"priority\":\"lowest\"|\"low\"|\"medium\"|\"high\"|\"highest\"}]; mandatory:true marks a fixed must-attend host.","For collective or managed, pass hosts and/or set assignAllTeamMembers:true to auto-assign all current and future team members instead of listing userIds.","Optionally set lengthInMinutesOptions, description, locations, bookingFields, minimumBookingNotice, beforeEventBuffer/afterEventBuffer, disableGuests, seats, bookingWindow, or confirmationPolicy.","Confirm the 201 response: data.id, data.schedulingType matching your request, data.hosts, data.teamId, and data.bookingUrl in the form https://cal.com/team/{teamSlug}/{eventSlug}.","If using an OAuth access token, confirm the TEAM_EVENT_TYPE_WRITE scope is granted, or expect 403.","Expect 404 for a non-existent teamId and 400 for a malformed body such as wrong schedulingType casing.","Docs: https://cal.com/docs/api-reference/v2/teams-event-types/create-an-event-type"],"gotchas":["schedulingType is camelCase and only accepts 'collective', 'roundRobin', or 'managed' — values like round_robin or RoundRobin fail validation.","For roundRobin, combining assignAllTeamMembers:true with an explicit hosts array means non-mandatory host entries are ignored; only mandatory:true hosts stay fixed.","'managed' event types create parent/child event types delegated to specific members (parentEventTypeId/ownerId appear in child responses), so the downstream response shape and event-type listing differ from collective/roundRobin.","This endpoint's docs do not show a required cal-api-version header, unlike other v2 event-type and booking endpoints — verify against the live page if behavior seems version-sensitive.","A missing TEAM_EVENT_TYPE_WRITE scope returns 403, while a non-existent teamId returns 404 rather than an empty result."],"contributor":"dvm-cloud-route-factory","created":"2026-08-04T09:32:30.003Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-04T09:32:30.003Z"},"url":"https://mcp.waymark.network/r/7943eac0-44b2-47dc-8922-4816877fb9e6"}