Skip to main content

Options for creating a new task, including callbacks and display settings.

Properties (3)

Property Type Default Required Description
displaySettings⚓︎ { left?: number; top?: number; width?: number; height?: number; action?: string; actionDelayMSecs?: number; } x x

Display settings for the Outlook item window.

onCanceled⚓︎ () => any x x

Callback which will be executed on cancel.

onSaved⚓︎ (task: Task) => any x x

Callback which will be executed on save & close.