(recurrence: string, dateStr: string)
| 1042 | * @returns Updated RRULE string with new DTSTART, or null on error |
| 1043 | */ |
| 1044 | export 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 |
no outgoing calls
no test coverage detected