MCPcopy
hub / github.com/callumalpass/tasknotes / openDueDateModal

Method openDueDateModal

src/main.ts:1345–1347  ·  view source on GitHub ↗

* Opens a date/time picker modal for the given task date field.

(task: TaskInfo)

Source from the content-addressed store, hash-verified

1343 * Opens a date/time picker modal for the given task date field.
1344 */
1345 async openDueDateModal(task: TaskInfo) {
1346 void this.openTaskDatePicker(task, "due");
1347 }
1348
1349 async openScheduledDateModal(task: TaskInfo) {
1350 void this.openTaskDatePicker(task, "scheduled");

Callers 2

buildMenuMethod · 0.80
buildActionsListMethod · 0.80

Calls 1

openTaskDatePickerMethod · 0.95

Tested by

no test coverage detected