feat(scheduling): expose invitation delivery capability

This commit is contained in:
2026-07-22 04:01:56 +02:00
parent 95c9f654e1
commit ed39f83688
4 changed files with 128 additions and 1 deletions

View File

@@ -320,6 +320,7 @@ class SchedulingRequestResponse(BaseModel):
anonymous_password_protection_enabled: bool
public_participation_policy_enforcement_available: bool | None = None
public_participation_policy_enforcement_reason: str | None = None
participant_invitation_delivery_available: bool | None = None
effective_participant_visibility: SchedulingParticipantVisibility
participant_aggregate: SchedulingParticipantAggregateResponse
participant_visibility_decision: SchedulingParticipantVisibilityDecisionResponse