Open ansiblejunky opened 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".
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...