731 B
731 B
Organizations feature
From the Original RFC:
We want to create organisations within Cal.com to enable people to easily and effectively manage multiple teams. An organisation will live above the current teams layer.
Setup
-
Set
ORGANIZATIONS_ENABLED=1
in .env -
Add
app.cal.local
to your host file, either:
a.sudo npx hostile app.cal.local
b. Add it yourself -
Add
acme.cal.local
to host file (I use this as an org name for testing public URLS) -
Visit
/settings/organizations/new
→ follow setup steps with the slug matching the org slug from step 3 -
You should now be in ORG context.
-
You may or may not need the feature flag enabled.