-
Notifications
You must be signed in to change notification settings - Fork 10.7k
docs: clarify global event types vs team event types #24334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: clarify global event types vs team event types #24334
Conversation
@ascender1729 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
WalkthroughAdds two documentation updates to docs/platform/guides/global-event-types.mdx: (1) a Note at the top clarifying what Global Event Types are, their scope, and advising use of team event types for team-wide scheduling; (2) a Terminology Clarification Tip distinguishing Platform teams, Team Event Types, and their contextual meanings, and separating platform-managed user teams from traditional team scheduling features. No code or API changes; purely content updates addressing terminology and capability distinctions. Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Added comprehensive clarification to address confusion between: - Global event types (managed team event types with assignAllTeamMembers) - Traditional team event types (round-robin/collective scheduling) - Platform teams vs regular Cal.com teams terminology Changes: - Added Important note at the beginning explaining what global event types DO and DON'T do - Added Terminology Clarification section to distinguish Platform teams from team event types - Clarified that global event types create individual booking URLs for each managed user - Explained that traditional team event types should be used for round-robin/collective scheduling This helps developers avoid spending time trying to use global event types for use cases they don't support. Fixes calcom#23399
9acd27f
to
bd8da91
Compare
Thank you for the contribution. Could you please explain where does the confusion between global event types that are created using managed event type vs team event types com from? The global event type guide does not mention other team event types and clearly states
Closing this issue until then |
Summary
Addresses confusion between global event types and traditional team event types by adding comprehensive clarification to the platform documentation.
Changes Made
Added "Important" note section at the beginning of the guide explaining:
Added "Terminology Clarification" section at the end to distinguish:
Problem Solved
The issue reporter (#23399) mentioned spending a week attempting to use global event types for a use case they don't support (custom app allowing users to book a specific team member). This documentation improvement will help other developers:
Testing
Fixes
Closes #23399