Skip to content

Comments

feat: allow team members to be optional guests#27986

Closed
aiko-service wants to merge 1 commit intocalcom:mainfrom
aiko-service:feat/optional-team-members
Closed

feat: allow team members to be optional guests#27986
aiko-service wants to merge 1 commit intocalcom:mainfrom
aiko-service:feat/optional-team-members

Conversation

@aiko-service
Copy link

This PR adds the ability to mark team members as optional hosts. Optional hosts are invited to the meeting but their availability does not block the meeting from being booked.

Key changes:

  • Added isOptional field to Host model.
  • Updated getAggregatedAvailability to ignore optional hosts when calculating team availability.
  • Added UI toggle in the team assignment tab to mark hosts as optional/required.

Fixes #18947

@aiko-service aiko-service requested a review from a team as a code owner February 16, 2026 21:39
@CLAassistant
Copy link

CLAassistant commented Feb 16, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added $25 community Created by Linear-GitHub Sync teams area: teams, round robin, collective, managed event-types ✨ feature New feature or request ❗️ migrations contains migration files and removed ✨ feature New feature or request teams area: teams, round robin, collective, managed event-types community Created by Linear-GitHub Sync $25 labels Feb 16, 2026
@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Feb 16, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 11 files

Prompt for AI agents (all issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/web/public/static/locales/en/common.json">

<violation number="1" location="apps/web/public/static/locales/en/common.json:4636">
P3: Duplicate localization keys "optional" and "required" are added even though they already exist earlier in common.json, creating duplicate JSON keys and overriding earlier values. Please reuse the existing keys instead of redefining them here.</violation>
</file>

Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

"calendar_events_disabled_video_limitation": "When calendar events are disabled, meeting links cannot be generated for apps whose link generation is tied to calendar event creation, for example, Google Meet and Microsoft Teams. Other video apps like Cal Video will continue to work.",
"make_optional": "Make optional",
"make_required": "Make required",
"optional": "Optional",
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot Feb 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P3: Duplicate localization keys "optional" and "required" are added even though they already exist earlier in common.json, creating duplicate JSON keys and overriding earlier values. Please reuse the existing keys instead of redefining them here.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/web/public/static/locales/en/common.json, line 4636:

<comment>Duplicate localization keys "optional" and "required" are added even though they already exist earlier in common.json, creating duplicate JSON keys and overriding earlier values. Please reuse the existing keys instead of redefining them here.</comment>

<file context>
@@ -4631,5 +4631,9 @@
   "calendar_events_disabled_video_limitation": "When calendar events are disabled, meeting links cannot be generated for apps whose link generation is tied to calendar event creation, for example, Google Meet and Microsoft Teams. Other video apps like Cal Video will continue to work.",
+  "make_optional": "Make optional",
+  "make_required": "Make required",
+  "optional": "Optional",
+  "required": "Required",
   "ADD_NEW_STRINGS_ABOVE_THIS_LINE_TO_PREVENT_MERGE_CONFLICTS": "↑↑↑↑↑↑↑↑↑↑↑↑↑ Add your new strings above here ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑"
</file context>
Fix with Cubic

@aiko-service
Copy link
Author

Closing in favor of updated PR with conflict resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Created by Linear-GitHub Sync ❗️ migrations contains migration files size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CAL-5091] additional settings: "add team member as optional guest

2 participants