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

Method setReminders

src/api/runtime-api.ts:762–762  ·  view source on GitHub ↗
(
		path: string,
		reminders: Reminder[],
		context?: TaskNotesMutationContext
	)

Source from the content-addressed store, hash-verified

760 context?: TaskNotesMutationContext
761 ): Promise<TaskInfo>;
762 setReminders(
763 path: string,
764 reminders: Reminder[],
765 context?: TaskNotesMutationContext

Calls

no outgoing calls

Tested by

no test coverage detected