masterplan-calendar-frontend / DraftChangesPanelEdit
Interface: DraftChangesPanelEdit¶
Defined in: src/components/DraftChangesPanel.tsx:16
Draft changes for an existing calendar task.
Properties¶
attendees?¶
optionalattendees?:DraftChangesPanelAttendee[]
Defined in: src/components/DraftChangesPanel.tsx:25
color?¶
optionalcolor?:string
Defined in: src/components/DraftChangesPanel.tsx:24
description?¶
optionaldescription?:string
Defined in: src/components/DraftChangesPanel.tsx:19
end?¶
optionalend?:string
Defined in: src/components/DraftChangesPanel.tsx:21
field_assignments?¶
optionalfield_assignments?:Record\<string,DraftChangesPanelAttendee[]>
Defined in: src/components/DraftChangesPanel.tsx:26
location_address?¶
optionallocation_address?:string
Defined in: src/components/DraftChangesPanel.tsx:23
location_name?¶
optionallocation_name?:string
Defined in: src/components/DraftChangesPanel.tsx:22
name?¶
optionalname?:string
Defined in: src/components/DraftChangesPanel.tsx:17
start?¶
optionalstart?:string
Defined in: src/components/DraftChangesPanel.tsx:20
summary?¶
optionalsummary?:string
Defined in: src/components/DraftChangesPanel.tsx:18