How to set the organizer/host in a collective/team event embed? #23780
Replies: 1 comment 2 replies
-
|
Hi @oferk1! I'm Dosu and I’m helping the cal.com team. There isn't a direct configuration or URL parameter to control which user appears as the host/organizer in a collective/team event embed. The host shown is determined by how the embed URL slug is parsed and how the backend assigns hosts—usually defaulting to the first or highest-priority member in the slug or database order. Roles like OWNER don't guarantee host display in collective events, and query parameters like A practical workaround is to set only the desired host (e.g., Ofer) as a Fixed Host in the event type, and add other members as Round Robin hosts. This ensures the Fixed Host always appears as the organizer, but works best when you have just one other member joining besides the host. For more advanced setups, you can use the API to specify host assignments with a If you need guaranteed control over the displayed host for more complex team events, it may require customizing the backend assignment logic or the slug construction. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m trying to control which user appears as the host/organizer in a collective/team event embed in a self-hosted Cal.com setup. Here’s the scenario and what I’ve tried so far:
Scenario:
oferto always appear as the host, rather than Octopus.EventTyperows: one per user (ofer,octopus) and no team-level row in the DB.What I tried:
Adding ?user=ofer → still shows Octopus.
Creating a Team in the DB, adding memberships (Ofer = OWNER, Octopus = MEMBER), updating EventType.teamId → no effect.
Reassigning EventType.userId or teamId → still defaults to Octopus.
Observation:
Embed resolves by slug, not EventType.id or teamId.
Using /ofer/reassignment/embed works, but I need multiple members that arent guests
Question:
Is there a supported way to control the organizer/host in a team/collective event embed?
Any guidance or workarounds are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions