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

Function updateDTSTARTInRecurrenceRule

src/utils/helpers.ts:1044–1046  ·  view source on GitHub ↗
(recurrence: string, dateStr: string)

Source from the content-addressed store, hash-verified

1042 * @returns Updated RRULE string with new DTSTART, or null on error
1043 */
1044export function updateDTSTARTInRecurrenceRule(recurrence: string, dateStr: string): string | null {
1045 return updateDTSTARTInRecurrenceRuleCore(recurrence, dateStr);
1046}
1047
1048/**
1049 * Adds DTSTART to a recurrence rule with a specific time from user drag interaction

Calls

no outgoing calls

Tested by

no test coverage detected