feat: rrule format for x days repeat
This commit is contained in:
@@ -17,7 +17,7 @@ import { isTemporary, taskCompleted, taskNextReset } from "@/lib/tasks";
|
||||
import { relativeTime } from "@/lib/dates";
|
||||
import { useAlertStore } from "@/stores/alerts";
|
||||
import { useI18n } from "vue-i18n";
|
||||
import { isOneTime } from "@/lib/cron";
|
||||
import { isOneTime } from "@/lib/recurrence";
|
||||
|
||||
const emit =
|
||||
defineEmits<(e: "clone" | "delete" | "updated", task: Task) => void>();
|
||||
|
||||
Reference in New Issue
Block a user