Skip to content
New issue

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

Handle recurring tasks into Obsidian #665

Open
dgreen opened this issue Jan 15, 2025 · 0 comments
Open

Handle recurring tasks into Obsidian #665

dgreen opened this issue Jan 15, 2025 · 0 comments

Comments

@dgreen
Copy link

dgreen commented Jan 15, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant