We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evernote has added the ability to make a task recurring. Yarle handles Evernote tasks to Obsidian Tasks but does not seem to pass along recurrence.
<task> <title>Process this task every year.</title> <created>20250102T010604Z</created> <updated>20250102T011100Z</updated> <taskStatus>open</taskStatus> <taskFlag>false</taskFlag> <sortWeight>B</sortWeight> <noteLevelID>0131b7c7-a341-4505-9ccf-b855225cacc8</noteLevelID> <taskGroupNoteLevelID>c62ca502-6950-4f84-8bed-09d309bf02d4</taskGroupNoteLevelID> <dueDate>20260102T055959Z</dueDate> <dueDateUIOption>date_only</dueDateUIOption> <timeZone>America/Chicago</timeZone> <recurrence>DTSTART;TZID=America/Chicago:20250101T235959\nRRULE:FREQ=YEARLY;INTERVAL=1</recurrence> <repeatAfterCompletion>false</repeatAfterCompletion> <statusUpdated>20250102T010604Z</statusUpdated> <creator>176135</creator> <lastEditor>176135</lastEditor> </task>
Obsidian recurrence handling is described here: https://publish.obsidian.md/tasks/Getting+Started/Recurring+Tasks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Evernote has added the ability to make a task recurring. Yarle handles Evernote tasks to Obsidian Tasks but does not seem to pass along recurrence.
Obsidian recurrence handling is described here: https://publish.obsidian.md/tasks/Getting+Started/Recurring+Tasks
The text was updated successfully, but these errors were encountered: