We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9448a1 commit 5f2f3a3Copy full SHA for 5f2f3a3
src/Task/Occurrence.ts
@@ -46,7 +46,9 @@ export class Occurrence {
46
/**
47
* Pick the reference date for occurrence based on importance.
48
* Assuming due date has the highest priority, then scheduled date,
49
- * then start date.
+ * then start date, by default.
50
+ * The order differs if removeScheduledDateOnRecurrence is enabled.
51
+ * See [Priority of Dates](https://publish.obsidian.md/tasks/Getting+Started/Recurring+Tasks#Priority%20of%20Dates).
52
*
53
* The Moment objects are cloned.
54
0 commit comments