takafumir / wunder2reminders

Wunder2Reminders is a tool to transfer task data from Wunderlist into iCloud Reminders.
8 stars 1 forks source link

NOTES, COMMENTS and SUBTASKS are not migrated to the reminder ICS file format #1

Open ansiblejunky opened 6 years ago

ansiblejunky commented 6 years ago

Wunderlist export creates a JSON file that contains a "notes" section where notes for tasks are contained. This information is not transferred into the ICS file and not imported into Reminders app. Taking a look at your Ruby file, this might be quite easy to fix. Since you know the code well, I hope you can fix this quicker than me. ;)

Here is the section in the JSON file...

        "notes": [
            {
                "id": 5711371,
                "revision": 0,
                "content": "Random act of kindness",
                "type": "note",
                "task_id": 9831256
            },
...
ansiblejunky commented 6 years ago

Additionally, comments and subtasks are not handled by this tool. These are available for each task in the Wunderlist application. These could be easily handled by converting them all to Reminder's "Note" section. I believe in the ICS format this is "DESCRIPTION".