MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getRecurrenceDisplayText

Function getRecurrenceDisplayText

src/utils/helpers.ts:507–509  ·  view source on GitHub ↗
(recurrence: string)

Source from the content-addressed store, hash-verified

505 * Converts rrule string to human-readable text
506 */
507export function getRecurrenceDisplayText(recurrence: string): string {
508 return getRecurrenceDisplayTextCore(recurrence);
509}
510
511/**
512 * Extracts note information from a note file's content

Callers 2

getRecurrenceTooltipFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected