Skip to content

Handle recurring tasks into Obsidian #665

Open
@dgreen

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions