Skip to content

masterplan-calendar-frontend


masterplan-calendar-frontend / DraftChangesPanelEdit

Interface: DraftChangesPanelEdit

Defined in: src/components/DraftChangesPanel.tsx:16

Draft changes for an existing calendar task.

Properties

attendees?

optional attendees?: DraftChangesPanelAttendee[]

Defined in: src/components/DraftChangesPanel.tsx:25


color?

optional color?: string

Defined in: src/components/DraftChangesPanel.tsx:24


description?

optional description?: string

Defined in: src/components/DraftChangesPanel.tsx:19


end?

optional end?: string

Defined in: src/components/DraftChangesPanel.tsx:21


field_assignments?

optional field_assignments?: Record\<string, DraftChangesPanelAttendee[]>

Defined in: src/components/DraftChangesPanel.tsx:26


location_address?

optional location_address?: string

Defined in: src/components/DraftChangesPanel.tsx:23


location_name?

optional location_name?: string

Defined in: src/components/DraftChangesPanel.tsx:22


name?

optional name?: string

Defined in: src/components/DraftChangesPanel.tsx:17


start?

optional start?: string

Defined in: src/components/DraftChangesPanel.tsx:20


summary?

optional summary?: string

Defined in: src/components/DraftChangesPanel.tsx:18