HeroBlackInk / ultimate-todoist-sync-for-obsidian

GNU General Public License v3.0
145 stars 20 forks source link

🐛 bug: due date on Obsidian did not sync to Todoist #71

Open morficus opened 9 months ago

morficus commented 9 months ago

This closes #64.

The root cause of the issue has two parts:

  1. that the wrong variable was passed into the localDateStringToUTCDatetimeString() helper function. So the function ALWAYS returned null.
  2. the dueDatetime value was never actually passed to Todoist, it only had the dueDate which was always null