Skip to content

masterplan-calendar-frontend


masterplan-calendar-frontend / PublicScheduleLinkRecord

Interface: PublicScheduleLinkRecord

Defined in: src/components/PublicScheduleLinksTab.tsx:45

Private metadata returned for a managed Public Schedule sharing link.

Properties

created_at

created_at: string

Defined in: src/components/PublicScheduleLinksTab.tsx:51


created_by_id

created_by_id: number | null

Defined in: src/components/PublicScheduleLinksTab.tsx:53


description

description: string

Defined in: src/components/PublicScheduleLinksTab.tsx:48


event_id

event_id: number

Defined in: src/components/PublicScheduleLinksTab.tsx:47


expires_at

expires_at: string

Defined in: src/components/PublicScheduleLinksTab.tsx:49


id

id: number

Defined in: src/components/PublicScheduleLinksTab.tsx:46


invalidated_at

invalidated_at: string | null

Defined in: src/components/PublicScheduleLinksTab.tsx:50


protection_operation_id?

optional protection_operation_id?: string | null

Defined in: src/components/PublicScheduleLinksTab.tsx:56


protection_stage?

optional protection_stage?: string | null

Defined in: src/components/PublicScheduleLinksTab.tsx:58


protection_state?

optional protection_state?: string | null

Defined in: src/components/PublicScheduleLinksTab.tsx:57


status

status: "expired" | "active" | "invalidated" | "unavailable" | "securing"

Defined in: src/components/PublicScheduleLinksTab.tsx:54


updated_at

updated_at: string | null

Defined in: src/components/PublicScheduleLinksTab.tsx:52


views

views: PublicScheduleLinkPermission[]

Defined in: src/components/PublicScheduleLinksTab.tsx:55